Interface: Message
Defined in: types/llm.ts:267
Represents a message in the conversation.
Properties
content
content:
string
Defined in: types/llm.ts:269
Content of the message.
mediaPath?
optionalmediaPath:string
Defined in: types/llm.ts:274
Optional local file path to media (image, audio, etc.).
Only valid on user messages.
role
role:
MessageRole
Defined in: types/llm.ts:268
Role of the message sender of type MessageRole.