Skip to main content

Interface: ConversationInput

Optional conversation metadata supplied when invoking BaseEngine.chat.

Properties

id?

optional id: null | string;

Stable conversation identifier used for threading.


metadata?

optional metadata: Record<string, unknown>;

Arbitrary metadata persisted alongside conversation state.