From 6a75ef74ca682423956b4c59b451d481b10a86d9 Mon Sep 17 00:00:00 2001 From: Callum Date: Fri, 26 Jan 2024 14:59:46 -0800 Subject: [PATCH] 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. --- docs/docs/modules/agents/agent_types/xml_agent.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/modules/agents/agent_types/xml_agent.ipynb b/docs/docs/modules/agents/agent_types/xml_agent.ipynb index 619beba103..53c6889642 100644 --- a/docs/docs/modules/agents/agent_types/xml_agent.ipynb +++ b/docs/docs/modules/agents/agent_types/xml_agent.ipynb @@ -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", ":::" ] },