openai_tools.py — langchain Source File
Architecture documentation for openai_tools.py, a python file in the langchain codebase. 1 imports, 0 dependents.
Entity Profile
Dependency Diagram
graph LR cbd14d0f_b1d0_6e4f_c47c_4e162e31ba43["openai_tools.py"] 0dca717d_78a1_be75_1a4d_85530433c1fb["langchain_core.output_parsers.openai_tools"] cbd14d0f_b1d0_6e4f_c47c_4e162e31ba43 --> 0dca717d_78a1_be75_1a4d_85530433c1fb style cbd14d0f_b1d0_6e4f_c47c_4e162e31ba43 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
from langchain_core.output_parsers.openai_tools import (
JsonOutputKeyToolsParser,
JsonOutputToolsParser,
PydanticToolsParser,
)
__all__ = ["JsonOutputKeyToolsParser", "JsonOutputToolsParser", "PydanticToolsParser"]
Dependencies
- langchain_core.output_parsers.openai_tools
Source
Frequently Asked Questions
What does openai_tools.py do?
openai_tools.py is a source file in the langchain codebase, written in python.
What does openai_tools.py depend on?
openai_tools.py imports 1 module(s): langchain_core.output_parsers.openai_tools.
Where is openai_tools.py in the architecture?
openai_tools.py is located at libs/langchain/langchain_classic/output_parsers/openai_tools.py (directory: libs/langchain/langchain_classic/output_parsers).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free