mirror of
https://github.com/hwchase17/langchain
synced 2024-11-06 03:20:49 +00:00
Documentation Error - Typo in Docs - Update custom_mrkl_agent.ipynb (#2437)
Just a small typo in the documentation.
This commit is contained in:
parent
b410dc76aa
commit
f0d4f36219
@ -13,7 +13,7 @@
|
|||||||
" \n",
|
" \n",
|
||||||
" - Tools: The tools the agent has available to use.\n",
|
" - Tools: The tools the agent has available to use.\n",
|
||||||
" - LLMChain: The LLMChain that produces the text that is parsed in a certain way to determine which action to take.\n",
|
" - LLMChain: The LLMChain that produces the text that is parsed in a certain way to determine which action to take.\n",
|
||||||
" - The agent class itself: this parses the output of the LLMChain to determin which action to take.\n",
|
" - The agent class itself: this parses the output of the LLMChain to determine which action to take.\n",
|
||||||
" \n",
|
" \n",
|
||||||
" \n",
|
" \n",
|
||||||
"In this notebook we walk through how to create a custom MRKL agent by creating a custom LLMChain."
|
"In this notebook we walk through how to create a custom MRKL agent by creating a custom LLMChain."
|
||||||
|
Loading…
Reference in New Issue
Block a user