Stream an assistant message
Streams an assistant message over Server-Sent Events while it generates. You receive a snapshot event with the full message on connect, content events as content parts are added or updated, and a done event with the final message when the response completes. If the connection drops, reconnect with the Last-Event-ID header set to the id of the last event you received to resume where you left off.
Authorizations
API key authentication using Bearer token format: Bearer <basedash_api_key>
Headers
The id of the last event received. On reconnect, streaming resumes after this event instead of restarting from a full snapshot.
Path Parameters
Organization ID
Chat ID
Assistant message ID
Response
SSE stream opened successfully
The response is of type string.