Skip to content

Commit

Permalink
docs: how to remove conversion to openai function from index (langcha…
Browse files Browse the repository at this point in the history
…in-ai#21836)

- bind_tools interface is a better alternative.
- openai doesn't use functions but tools in its API now.
- the underlying content appears in some redirects, so will need to
investigate if we can remove.
  • Loading branch information
eyurtsev authored May 18, 2024
1 parent 0812723 commit 61ebe79
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/docs/how_to/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,6 @@ LangChain Tools contain a description of the tool (to pass to the language model
- [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: 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)
- [How to: call tools using multi-modal data](/docs/how_to/tool_calls_multi_modal)
Expand Down

0 comments on commit 61ebe79

Please sign in to comment.