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",