From aab9cb666ffcc18bcaa48a1b2e85537d53e02f6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ozan=20Ka=C5=9F=C4=B1k=C3=A7=C4=B1?= Date: Tue, 21 May 2024 00:00:03 +0200 Subject: [PATCH] docs: Update agents.ipynb, add missing word "see" (#21872) - **Description:** Add missing see word in the docs --- docs/docs/tutorials/agents.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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:" ] }, {