iiRecord
Agentic AI Atlas · Mistral chat / stream chunk
protocol-message:mistral-stream-chunka5c.ai
II.
ProtocolMessage overview

protocol-message:mistral-stream-chunk

Reference · live

Mistral chat / stream chunk overview

SSE `data: {...}` chunk on the streaming chat completions endpoint. Carries delta text and/or tool-call argument deltas.

ProtocolMessageOutgoing · 0Incoming · 1

Attributes

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.

Outgoing edges

None.

Incoming edges

emits_message_type1