MistralMessage
Defined in: adapters/mistral.ts:22
Mistral message structure.
Mistral uses a straightforward message format similar to OpenAI with system, user, and assistant roles. Content is always a simple string.
MistralRequest
Properties
Section titled “Properties”content
Section titled “content”content:
string
Defined in: adapters/mistral.ts:27
Message content as plain text
role:
"system"|"user"|"assistant"
Defined in: adapters/mistral.ts:24
Message role: system, user, or assistant