II.
ProtocolMessage overview
Reference · liveprotocol-message:ollama-generate-response
Ollama /api/generate — non-streaming response overview
Full non-streaming completion envelope from /api/generate. Carries the assistant `response` text and a `context` token-id array for follow-up turns.
Attributes
displayName
Ollama /api/generate — non-streaming response
messageType
AssistantMessage
subtype
none
direction
core-to-user
terminal
true
errorCategory
none
payloadSchema
type
AssistantMessage
fields
- model
- created_at
- response
- done=true
- context[]?
- total_duration
description
Full non-streaming completion envelope from /api/generate. Carries
the assistant `response` text and a `context` token-id array for
follow-up turns.
Outgoing edges
None.
Incoming edges
emits_message_type1
- provider:ollama·ProviderOllama