Server-sent events for streaming text-completion updates.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/StreamingCompleteResponse", "title": "StreamingCompleteResponse", "type": "object", "description": "Server-sent events for streaming text-completion updates.", "x-events": { "data": { "$ref": "#/components/schemas/StreamingCompleteResponseDataEvent" } } }