mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-19 05:13:46 +00:00
docs: Fix typo in XML agent documentation (#16645)
This is a tiny PR that just replacer "moduels" with "modules" in the documentation for XML agents.
This commit is contained in:
parent
70ff54eace
commit
6a75ef74ca
@ -23,7 +23,7 @@
|
|||||||
"\n",
|
"\n",
|
||||||
"* Use with regular LLMs, not with chat models.\n",
|
"* Use with regular LLMs, not with chat models.\n",
|
||||||
"* Use only with unstructured tools; i.e., tools that accept a single string input.\n",
|
"* Use only with unstructured tools; i.e., tools that accept a single string input.\n",
|
||||||
"* See [AgentTypes](/docs/moduels/agents/agent_types/) documentation for more agent types.\n",
|
"* See [AgentTypes](/docs/modules/agents/agent_types/) documentation for more agent types.\n",
|
||||||
":::"
|
":::"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user