iiRecord
Agentic AI Atlas · Ollama /api/chat — streaming chunk
protocol-message:ollama-chat-stream-chunka5c.ai
II.
ProtocolMessage overview

protocol-message:ollama-chat-stream-chunk

Reference · live

Ollama /api/chat — streaming chunk overview

JSONL line delivered during a streaming chat call. Each line carries a partial assistant content delta and `done: false`.

ProtocolMessageOutgoing · 0Incoming · 1

Attributes

displayName
Ollama /api/chat — streaming chunk
messageType
StreamEvent
subtype
none
direction
core-to-user
terminal
false
errorCategory
none
payloadSchema
type
StreamEvent
fields
  • model
  • created_at
  • message(role, content)
  • done=false
description
JSONL line delivered during a streaming chat call. Each line carries a partial assistant content delta and `done: false`.

Outgoing edges

None.

Incoming edges

emits_message_type1