mirror of
https://github.com/hwchase17/langchain
synced 2024-11-04 06:00:26 +00:00
5 lines
152 B
Python
5 lines
152 B
Python
|
from langchain_community.tools.render import format_tool_to_openai_function
|
||
|
|
||
|
# For backwards compatibility
|
||
|
__all__ = ["format_tool_to_openai_function"]
|