Interface: ConversationMessage
Defined in: packages/agentos/src/orchestration/pipeline/query/types.ts:247
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/orchestration/pipeline/query/types.ts:252
The text content of the message.
role
role:
"user"|"assistant"
Defined in: packages/agentos/src/orchestration/pipeline/query/types.ts:249
The role of the message author.