mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-09-17 15:17:57 +02:00
Optional keyword-only schema for the resume value, surfaced on Interrupt.response_schema as JSON Schema for clients. Pydantic, TypedDict and dataclass schemas also validate the resume value before it is committed; the validated object is returned.