mirror of
https://github.com/hwchase17/langchain.git
synced 2026-06-09 10:17:00 +00:00
6 lines
132 B
Python
6 lines
132 B
Python
"""Tools package for OpenAI integrations."""
|
|
|
|
from langchain_openai.tools.custom_tool import custom_tool
|
|
|
|
__all__ = ["custom_tool"]
|