Interfaces
GraphStateContextType
Defined in: hooks/use-graph-state-context.ts:9 Context value structure for the LangGraph State Graph. Holds active node execution state, errors, and the current state snapshot of the translation pipeline.Properties
activeNode
error
graphState
runError
setError
Parameters
error
| {error?: any;
message: string;
}
| null
Returns
void
setRunError
Parameters
error
| {error?: any;
message: string;
}
| null
Returns
void
Variables
GraphStateContext
Functions
useGraphStateContext()
AssistantRuntimeProviderWrapper component.
Returns
GraphStateContextType
The current LangGraph state context value.