ConversationState
Snapshot describing an active or previous conversation.
| Property | Type | Description |
|---|
id | string | Identifier assigned by the engine for subsequent interactions. |
metadata? | Record<string, unknown> | Metadata persisted across turns for custom engines. |
previousResponseId? | null | string | Identifier of the last response returned to the caller. |
provider? | string | Provider key describing the backing engine implementation. |