Defined in: types.ts:935
Emitted to provide an incremental state update.
delta: Record<string, unknown>;delta: Record<string, unknown>;Defined in: types.ts:938
The state changes to apply
optional model: string;optional model: string;Defined in: types.ts:756
Model identifier for multi-model support
optional rawEvent: unknown;optional rawEvent: unknown;Defined in: types.ts:758
Original provider event for debugging/advanced use cases
timestamp: number;timestamp: number;Defined in: types.ts:754
type: "STATE_DELTA";type: "STATE_DELTA";Defined in: types.ts:936