mirror of
https://github.com/hwchase17/langchain
synced 2024-11-02 09:40:22 +00:00
docs: Update agents.ipynb, add missing word "see" (#21872)
- **Description:** Add missing see word in the docs
This commit is contained in:
parent
6499897c87
commit
aab9cb666f
@ -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:"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user