Defined in: types.ts:884
Emitted to provide an incremental state update.
delta: Record<string, unknown>;
delta: Record<string, unknown>;
Defined in: types.ts:887
The state changes to apply
optional model: string;
optional model: string;
Defined in: types.ts:722
Model identifier for multi-model support
optional rawEvent: unknown;
optional rawEvent: unknown;
Defined in: types.ts:724
Original provider event for debugging/advanced use cases
timestamp: number;
timestamp: number;
Defined in: types.ts:720
type: "STATE_DELTA";
type: "STATE_DELTA";
Defined in: types.ts:885
