From 4ec5fdda8dfd7d72e8e33313b70fe8794d812abc Mon Sep 17 00:00:00 2001 From: Zheng Robert Jia Date: Mon, 8 Jul 2024 07:47:28 -0500 Subject: [PATCH] Update index.mdx (#23956) Added reference to built-in tools list. --- 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 9b2b6ae8079..58586e57b05 100644 --- a/docs/docs/how_to/index.mdx +++ b/docs/docs/how_to/index.mdx @@ -183,7 +183,7 @@ Indexing is the process of keeping your vectorstore in-sync with the underlying ### Tools -LangChain [Tools](/docs/concepts/#tools) contain a description of the tool (to pass to the language model) as well as the implementation of the function to call. +LangChain [Tools](/docs/concepts/#tools) contain a description of the tool (to pass to the language model) as well as the implementation of the function to call. Refer [here](/docs/integrations/tools/) for a list of pre-buit tools. - [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)