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:
Callum
2024-01-26 14:59:46 -08:00
committed by GitHub
parent 70ff54eace
commit 6a75ef74ca

View File

@@ -23,7 +23,7 @@
"\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",
"* 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",
":::"
]
},