docs: Update agents.ipynb, add missing word "see" (#21872)

- **Description:** Add missing see word in the docs
This commit is contained in:
Ozan Kaşıkçı 2024-05-21 00:00:03 +02:00 committed by GitHub
parent 6499897c87
commit aab9cb666f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -451,7 +451,7 @@
"\n",
"We can now run the agent on a few queries! Note that for now, these are all **stateless** queries (it won't remember previous interactions). Note that the agent will return the **final** state at the end of the interaction (which includes any inputs, we will see later on how to get only the outputs).\n",
"\n",
"First up, let's how it responds when there's no need to call a tool:"
"First up, let's see how it responds when there's no need to call a tool:"
]
},
{