Home / Class/ EmptyDocModel Class — langchain Architecture

EmptyDocModel Class — langchain Architecture

Architecture documentation for the EmptyDocModel class in test_responses.py from the langchain codebase.

Entity Profile

Dependency Diagram

graph TD
  835890fb_aded_a0bb_7186_c7c7cbe4a4b0["EmptyDocModel"]
  4ec8d71c_3a26_be00_a621_f5533ddc4441["test_responses.py"]
  835890fb_aded_a0bb_7186_c7c7cbe4a4b0 -->|defined in| 4ec8d71c_3a26_be00_a621_f5533ddc4441

Relationship Graph

Source Code

libs/langchain_v1/tests/unit_tests/agents/test_responses.py lines 31–33

class EmptyDocModel(BaseModel):
    # No custom docstring, should have no description in tool
    data: str

Frequently Asked Questions

What is the EmptyDocModel class?
EmptyDocModel is a class in the langchain codebase, defined in libs/langchain_v1/tests/unit_tests/agents/test_responses.py.
Where is EmptyDocModel defined?
EmptyDocModel is defined in libs/langchain_v1/tests/unit_tests/agents/test_responses.py at line 31.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free