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`.