mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-04 20:46:45 +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:
@@ -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",
|
||||||
":::"
|
":::"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user