REST: response.output_text.delta [CURRENTLY NOT SUPPORTTED]

HTTP request

POST https://ai.api.cloud.yandex.net/v1/realtime/server-events/response.output_text.delta
        

Body parameters

Request schema: application/json

{
          "type": "string",
          "event_id": "string",
          "response_id": "string",
          "output_index": "integer",
          "item_id": "string",
          "content_index": "integer",
          "delta": "string"
        }
        

Returned when the text value of an output_text content part is updated.

Field

Description

type

enum

Required field. The event type, must be response.output_text.delta.

  • response.output_text.delta

event_id

string

Required field. The unique ID of the server event.

response_id

string

Required field. The ID of the response.

output_index

integer

Required field. The index of the output item in the response.

item_id

string

Required field. The ID of the item.

content_index

integer

Required field. The index of the content part in the item's content array.

delta

string

Required field. The text delta.

Response

HTTP Code: 200

OK