9 lines
308 B
Python
9 lines
308 B
Python
from langchain_core.utils.function_calling import (
|
|
convert_to_openai_function as format_tool_to_openai_function,
|
|
)
|
|
from langchain_core.utils.function_calling import (
|
|
convert_to_openai_tool as format_tool_to_openai_tool,
|
|
)
|
|
|
|
__all__ = ["format_tool_to_openai_function", "format_tool_to_openai_tool"]
|