Home / Class/ HITLResponse Class — langchain Architecture

HITLResponse Class — langchain Architecture

Architecture documentation for the HITLResponse class in human_in_the_loop.py from the langchain codebase.

Entity Profile

Dependency Diagram

graph TD
  456c3537_c9a8_6a42_cc51_309aeaa7eaa3["HITLResponse"]
  23036d87_b616_3e6b_013c_17cd312d2a62["human_in_the_loop.py"]
  456c3537_c9a8_6a42_cc51_309aeaa7eaa3 -->|defined in| 23036d87_b616_3e6b_013c_17cd312d2a62

Relationship Graph

Source Code

libs/langchain_v1/langchain/agents/middleware/human_in_the_loop.py lines 101–105

class HITLResponse(TypedDict):
    """Response payload for a HITLRequest."""

    decisions: list[Decision]
    """The decisions made by the human."""

Frequently Asked Questions

What is the HITLResponse class?
HITLResponse is a class in the langchain codebase, defined in libs/langchain_v1/langchain/agents/middleware/human_in_the_loop.py.
Where is HITLResponse defined?
HITLResponse is defined in libs/langchain_v1/langchain/agents/middleware/human_in_the_loop.py at line 101.

Analyze Your Own Codebase

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

Try Supermodel Free