artifact-update events. The main artifact used for delta
streaming is typically stream_delta.
Core Fields
| Field | Meaning |
|---|---|
append | true appends chunk content, false replaces content. |
lastChunk | Reserved field, currently false during streaming. |
artifact.metadata.status | active while streaming, finalized when complete. |
artifact.metadata.status_reason | chunk_streaming, complete_message, or interrupt reason. |
Typical Sequence
- First chunk with
append: false. - Intermediate chunks with
append: true. - Finalized event, often with complete assembled parts.