From 875230d5bc3794e086e2464862d5cd3c251c8d11 Mon Sep 17 00:00:00 2001 From: Eugene Yurtsev Date: Fri, 17 May 2024 22:45:47 -0400 Subject: [PATCH] docs: how-to index page fix minor typo (#21859) Fix typo --- docs/docs/how_to/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/how_to/index.mdx b/docs/docs/how_to/index.mdx index 447cc29e3e..e3e3ea3417 100644 --- a/docs/docs/how_to/index.mdx +++ b/docs/docs/how_to/index.mdx @@ -171,7 +171,7 @@ LangChain Tools contain a description of the tool (to pass to the language model - [How to: create custom tools](/docs/how_to/custom_tools) - [How to: use built-in tools and built-in toolkits](/docs/how_to/tools_builtin) - [How to: use a chat model to call tools](/docs/how_to/tool_calling/) -- [How to: use add ad-hoc tool calling capability to LLMs and chat models](/docs/how_to/tools_prompting) +- [How to: add ad-hoc tool calling capability to LLMs and chat models](/docs/how_to/tools_prompting) - [How to: convert LangChain tools to OpenAI functions](/docs/how_to/tools_as_openai_functions) - [How to: add a human in the loop to tool usage](/docs/how_to/tools_human) - [How to: handle errors when calling tools](/docs/how_to/tools_error)