displayName
Mistral chat / stream chunk
messageType
StreamEvent
subtype
none
direction
core-to-user
terminal
false
errorCategory
none
payloadSchema
type
StreamEvent
fields
- id
- object=chat.completion.chunk
- choices[](delta(content?, tool_calls?), index, finish_reason?)
description
SSE `data: {...}` chunk on the streaming chat completions endpoint.
Carries delta text and/or tool-call argument deltas.