Defined in: types/llm.ts:264
Represents a message in the conversation.
content:
string
Defined in: types/llm.ts:266
Content of the message.
optionalmediaPath:string
Defined in: types/llm.ts:271
Optional local file path to media (image, audio, etc.).
Only valid on user messages.
role:
MessageRole
Defined in: types/llm.ts:265
Role of the message sender of type MessageRole.