Interface: ChatMessage
Defined in: structures/Conversation.ts:16
A neutral { role, content } transcript message. It maps directly onto the
message shape used by agent frameworks (e.g. the Vercel AI SDK), so you can
feed conversation.toMessages() straight into your own LLM calls.
Properties
content
content:
string
Defined in: structures/Conversation.ts:18
role
role:
ChatRole
Defined in: structures/Conversation.ts:17