From c9f963e29509c331a1c4af2bd02e8a115e9b8ec7 Mon Sep 17 00:00:00 2001 From: Viswanadh Rayavarapu <44315599+vishwa-rn@users.noreply.github.com> Date: Fri, 19 May 2023 00:23:12 +0530 Subject: [PATCH] Update custom_multi_action_agent.ipynb (#4931) Updated the docs from "An agent consists of three parts:" to "An agent consists of two parts:" since there are only two parts in the documentation --- docs/modules/agents/agents/custom_multi_action_agent.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/agents/agents/custom_multi_action_agent.ipynb b/docs/modules/agents/agents/custom_multi_action_agent.ipynb index 2497a046..7913d400 100644 --- a/docs/modules/agents/agents/custom_multi_action_agent.ipynb +++ b/docs/modules/agents/agents/custom_multi_action_agent.ipynb @@ -9,7 +9,7 @@ "\n", "This notebook goes through how to create your own custom agent.\n", "\n", - "An agent consists of three parts:\n", + "An agent consists of two parts:\n", " \n", " - Tools: The tools the agent has available to use.\n", " - The agent class itself: this decides which action to take.\n",