Streaming
STREAM_DELTA is a transitory artifact — it is not persisted to the Task’s durable state.
The client uses it for live display only.
ASTREAM_DELTAsequence ends with the next durable message (TaskStatusUpdateEvent(working, message=...)) or with the terminal task status. EverySTREAM_DELTAupdate carries content, and the next partial event after a durable message opens a new section withappend=false.
Artifacts
Outbox
Terminal
Every execution ends with exactly one terminal event.Related Pages
- Streaming Delta Semantics —
append,lastChunk, and how a chunked reply ends - Streaming and Artifacts
- Message Mapping