From 74eba35cd5e3cadc3157c567691e6f6004a13449 Mon Sep 17 00:00:00 2001 From: rcarrata Date: Wed, 27 Nov 2024 02:30:53 +0100 Subject: [PATCH] add react agents --- .../07-agent-frameworks/7.1-react-agents-langgraph.ipynb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lab-materials/07-agent-frameworks/7.1-react-agents-langgraph.ipynb b/lab-materials/07-agent-frameworks/7.1-react-agents-langgraph.ipynb index b453952..5d0ca6f 100644 --- a/lab-materials/07-agent-frameworks/7.1-react-agents-langgraph.ipynb +++ b/lab-materials/07-agent-frameworks/7.1-react-agents-langgraph.ipynb @@ -707,7 +707,9 @@ " - Using DuckDuckGo, the agent finds that Kathmandu, Nepal, is the closest city to Mount Everest.\n", "\n", "4. **The agent calculates the distance from Kathmandu to Mount Everest** \n", - " - By applying the Haversine formula, the agent determines the distance to be approximately **120 kilometers**.\n" + " - By applying the Haversine formula, the agent determines the distance to be approximately **120 kilometers**.\n", + "\n", + ">NOTE: this numbers are approximated" ] }, {