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
This commit is contained in:
Viswanadh Rayavarapu
2023-05-19 00:23:12 +05:30
committed by GitHub
parent 3002c1d508
commit c9f963e295

View File

@@ -9,7 +9,7 @@
"\n", "\n",
"This notebook goes through how to create your own custom agent.\n", "This notebook goes through how to create your own custom agent.\n",
"\n", "\n",
"An agent consists of three parts:\n", "An agent consists of two parts:\n",
" \n", " \n",
" - Tools: The tools the agent has available to use.\n", " - Tools: The tools the agent has available to use.\n",
" - The agent class itself: this decides which action to take.\n", " - The agent class itself: this decides which action to take.\n",