Skip to content

Commit 8197504

Browse files
authored
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**.
1 parent 103fd6a commit 8197504

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/docs/tutorials/agents.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"text": [
6767
"================================\u001b[1m Human Message \u001b[0m=================================\n",
6868
"\n",
69-
"Hi, I'm Bob and I life in SF.\n",
69+
"Hi, I'm Bob and I live in SF.\n",
7070
"==================================\u001b[1m Ai Message \u001b[0m==================================\n",
7171
"\n",
7272
"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 @@
7979
"\n",
8080
"input_message = {\n",
8181
" \"role\": \"user\",\n",
82-
" \"content\": \"Hi, I'm Bob and I life in SF.\",\n",
82+
" \"content\": \"Hi, I'm Bob and I live in SF.\",\n",
8383
"}\n",
8484
"for step in agent_executor.stream(\n",
8585
" {\"messages\": [input_message]}, config, stream_mode=\"values\"\n",

0 commit comments

Comments
 (0)