diff --git a/docs/docs/tutorials/agents.ipynb b/docs/docs/tutorials/agents.ipynb index 9535d56f699..69c9140e6dd 100644 --- a/docs/docs/tutorials/agents.ipynb +++ b/docs/docs/tutorials/agents.ipynb @@ -66,7 +66,7 @@ "text": [ "================================\u001b[1m Human Message \u001b[0m=================================\n", "\n", - "Hi, I'm Bob and I life in SF.\n", + "Hi, I'm Bob and I live in SF.\n", "==================================\u001b[1m Ai Message \u001b[0m==================================\n", "\n", "Hello Bob! I notice you've introduced yourself and mentioned you live in SF (San Francisco), but you haven't asked a specific question or made a request that requires the use of any tools. Is there something specific you'd like to know about San Francisco or any other topic? I'd be happy to help you find information using the available search tools.\n" @@ -79,7 +79,7 @@ "\n", "input_message = {\n", " \"role\": \"user\",\n", - " \"content\": \"Hi, I'm Bob and I life in SF.\",\n", + " \"content\": \"Hi, I'm Bob and I live in SF.\",\n", "}\n", "for step in agent_executor.stream(\n", " {\"messages\": [input_message]}, config, stream_mode=\"values\"\n",