mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-18 21:09:00 +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",
|
"\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",
|
||||||
|
Loading…
Reference in New Issue
Block a user