Defined in: types.ts:912
Emitted to provide an incremental state update.
delta: Record<string, unknown>;
delta: Record<string, unknown>;
Defined in: types.ts:915
The state changes to apply
optional model: string;
optional model: string;
Defined in: types.ts:750
Model identifier for multi-model support
optional rawEvent: unknown;
optional rawEvent: unknown;
Defined in: types.ts:752
Original provider event for debugging/advanced use cases
timestamp: number;
timestamp: number;
Defined in: types.ts:748
type: "STATE_DELTA";
type: "STATE_DELTA";
Defined in: types.ts:913
