diff --git a/docs/docs/tutorials/agents.ipynb b/docs/docs/tutorials/agents.ipynb index 648165ccce6..331dd4fa087 100644 --- a/docs/docs/tutorials/agents.ipynb +++ b/docs/docs/tutorials/agents.ipynb @@ -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:" ] }, {