docs: fix typo (#31972)

**Description**:

Fixed a typo from "Hi, I'm Bob and I life in SF." to "Hi, I'm Bob and I
live in SF." .

**Connect with me**: https://www.linkedin.com/in/0xFazal/

**More about me**: https://fazal.me/

-**Fazal**.
This commit is contained in:
Fazal
2025-07-11 19:17:23 +05:30
committed by GitHub
parent 103fd6ac0c
commit 8197504fdc

View File

@@ -66,7 +66,7 @@
"text": [ "text": [
"================================\u001b[1m Human Message \u001b[0m=================================\n", "================================\u001b[1m Human Message \u001b[0m=================================\n",
"\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", "==================================\u001b[1m Ai Message \u001b[0m==================================\n",
"\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" "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", "\n",
"input_message = {\n", "input_message = {\n",
" \"role\": \"user\",\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", "}\n",
"for step in agent_executor.stream(\n", "for step in agent_executor.stream(\n",
" {\"messages\": [input_message]}, config, stream_mode=\"values\"\n", " {\"messages\": [input_message]}, config, stream_mode=\"values\"\n",