Home / File/ openai_functions.py — langchain Source File

openai_functions.py — langchain Source File

Architecture documentation for openai_functions.py, a python file in the langchain codebase. 1 imports, 0 dependents.

File python 1 imports

Entity Profile

Dependency Diagram

graph LR
  65f85778_5db0_4575_5010_0ecd4bc02a3c["openai_functions.py"]
  2b2663e7_3c78_e2fb_75f2_99a68ca124a7["langchain_core.output_parsers.openai_functions"]
  65f85778_5db0_4575_5010_0ecd4bc02a3c --> 2b2663e7_3c78_e2fb_75f2_99a68ca124a7
  style 65f85778_5db0_4575_5010_0ecd4bc02a3c fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

from langchain_core.output_parsers.openai_functions import (
    JsonKeyOutputFunctionsParser,
    JsonOutputFunctionsParser,
    PydanticAttrOutputFunctionsParser,
    PydanticOutputFunctionsParser,
)

__all__ = [
    "JsonKeyOutputFunctionsParser",
    "JsonOutputFunctionsParser",
    "PydanticAttrOutputFunctionsParser",
    "PydanticOutputFunctionsParser",
]

Dependencies

  • langchain_core.output_parsers.openai_functions

Frequently Asked Questions

What does openai_functions.py do?
openai_functions.py is a source file in the langchain codebase, written in python.
What does openai_functions.py depend on?
openai_functions.py imports 1 module(s): langchain_core.output_parsers.openai_functions.
Where is openai_functions.py in the architecture?
openai_functions.py is located at libs/langchain/langchain_classic/output_parsers/openai_functions.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