The type of the thread state (default: Record<string, unknown>
)
Type configuration bag containing:
ConfigurableType
: Type for the config.configurable
propertyInterruptType
: Type for interrupt valuesCustomEventType
: Type for custom eventsUpdateType
: Type for the submit function updatesA React hook that provides seamless integration with LangGraph streaming capabilities.
The useStream
hook handles all the complexities of streaming, state management, and branching logic,
letting you focus on building great chat experiences. It provides automatic state management for
messages, interrupts, loading states, and errors.
The type of the thread state (default: Record<string, unknown>
)
Type configuration bag containing:
ConfigurableType
: Type for the config.configurable
propertyInterruptType
: Type for interrupt valuesCustomEventType
: Type for custom eventsUpdateType
: Type for the submit function updatesA React hook that provides seamless integration with LangGraph streaming capabilities.
The useStream
hook handles all the complexities of streaming, state management, and branching logic,
letting you focus on building great chat experiences. It provides automatic state management for
messages, interrupts, loading states, and errors.
The type of the thread state (default: Record<string, unknown>
)
Type configuration bag containing:
ConfigurableType
: Type for the config.configurable
propertyInterruptType
: Type for interrupt valuesCustomEventType
: Type for custom eventsUpdateType
: Type for the submit function updates
A React hook that provides seamless integration with LangGraph streaming capabilities.
The
useStream
hook handles all the complexities of streaming, state management, and branching logic, letting you focus on building great chat experiences. It provides automatic state management for messages, interrupts, loading states, and errors.