Skip to content

Commit

Permalink
docs: how to tools, merge built in tools and toolkits (#21824)
Browse files Browse the repository at this point in the history
* Rename tools to built in tools
* Merge built in tools and toolkits
* Update links from providers
  • Loading branch information
eyurtsev committed May 17, 2024
1 parent c4508ca commit 22d9aed
Show file tree
Hide file tree
Showing 13 changed files with 268 additions and 463 deletions.
5 changes: 2 additions & 3 deletions docs/docs/how_to/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -166,10 +166,9 @@ Indexing is the process of keeping your vectorstore in-sync with the underlying

LangChain Tools contain a description of the tool (to pass to the language model) as well as the implementation of the function to call).

- [How to: create tools](/docs/how_to/custom_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)
- [How to: use a chat model to call tools](/docs/how_to/tool_calling/)
- [How to: use built-in LangChain tools](/docs/how_to/tools)
- [How to: use LangChain toolkits](/docs/how_to/toolkits)
- [How to: use tools with LLMs that do not support tool calling natively](/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)
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/how_to/tool_calling.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -705,7 +705,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.1"
"version": "3.11.4"
}
},
"nbformat": 4,
Expand Down
Loading

0 comments on commit 22d9aed

Please sign in to comment.