Skip to main content

Interface: ConversationMessage

Defined in: packages/agentos/src/query-router/types.ts:177

A single message in the conversation history. Used for providing conversational context to the classifier and generator.

Properties

content

content: string

Defined in: packages/agentos/src/query-router/types.ts:182

The text content of the message.


role

role: "user" | "assistant"

Defined in: packages/agentos/src/query-router/types.ts:179

The role of the message author.