From 0c0a7d19ebacb0bfdda6f79bbb50cd1030eb155f Mon Sep 17 00:00:00 2001 From: Nino Risteski <95188570+NinoRisteski@users.noreply.github.com> Date: Sun, 3 Sep 2023 22:00:48 +0200 Subject: [PATCH] Update openai_multi_functions_agent.ipynb (#10144) typo fix --- .../agents/agent_types/openai_multi_functions_agent.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/extras/modules/agents/agent_types/openai_multi_functions_agent.ipynb b/docs/extras/modules/agents/agent_types/openai_multi_functions_agent.ipynb index 37ea887e51..b2b1885388 100644 --- a/docs/extras/modules/agents/agent_types/openai_multi_functions_agent.ipynb +++ b/docs/extras/modules/agents/agent_types/openai_multi_functions_agent.ipynb @@ -34,7 +34,7 @@ "id": "86198d9c", "metadata": {}, "source": [ - "The agent is given ability to perform search functionalities with the respective tool\n", + "The agent is given the ability to perform search functionalities with the respective tool\n", "\n", "`SerpAPIWrapper`:\n", ">This initializes the `SerpAPIWrapper` for search functionality (search).\n"