langchain_core.utils.function_calling
.format_tool_to_openai_tool¶
- langchain_core.utils.function_calling.format_tool_to_openai_tool(tool: BaseTool) ToolDescription [source]¶
自版本 0.1.16 起已弃用: 使用
langchain_core.utils.function_calling.convert_to_openai_tool()
替代。将格式化工具集成到 OpenAI 函数 API 中。
- 参数
tool (BaseTool) – 要格式化的工具。
- 返回值
工具描述。
- 返回类型