mirror of
https://github.com/hwchase17/langchain
synced 2024-11-02 09:40:22 +00:00
parent
b0347f3e2b
commit
881dc28d2c
@ -89,7 +89,7 @@ def convert_pydantic_to_openai_function(
|
||||
|
||||
@deprecated(
|
||||
"0.1.16",
|
||||
alternative="langchain_core.utils.function_calling.convert_to_openai_function()",
|
||||
alternative="langchain_core.utils.function_calling.convert_to_openai_tool()",
|
||||
removal="0.2.0",
|
||||
)
|
||||
def convert_pydantic_to_openai_tool(
|
||||
@ -253,7 +253,7 @@ def format_tool_to_openai_function(tool: BaseTool) -> FunctionDescription:
|
||||
|
||||
@deprecated(
|
||||
"0.1.16",
|
||||
alternative="langchain_core.utils.function_calling.convert_to_openai_function()",
|
||||
alternative="langchain_core.utils.function_calling.convert_to_openai_tool()",
|
||||
removal="0.2.0",
|
||||
)
|
||||
def format_tool_to_openai_tool(tool: BaseTool) -> ToolDescription:
|
||||
|
Loading…
Reference in New Issue
Block a user