LogoRobo.js
Packages@robojs/ai

ConversationState

Interface: ConversationState

Snapshot describing an active or previous conversation.

Properties

PropertyTypeDescription
idstringIdentifier assigned by the engine for subsequent interactions.
metadata?Record<string, unknown>Metadata persisted across turns for custom engines.
previousResponseId?null | stringIdentifier of the last response returned to the caller.
provider?stringProvider key describing the backing engine implementation.

On this page