mirror of
https://github.com/hwchase17/langchain.git
synced 2025-05-28 10:39:23 +00:00
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:
parent
3002c1d508
commit
c9f963e295
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user