Перейти к основному содержимому

FilePartialUpdate

Частичное обновление производных полей файла.

llm_description object

Новое описание для модели.

anyOf
string
voice_transcript object

Новый текст транскрипта голоса.

anyOf
string
origin_side object
anyOf
Side

Possible values: [bot, user]

agent_sendable object
anyOf
boolean
send_once_per_dialogue object
anyOf
boolean
FilePartialUpdate
{
"llm_description": "string",
"voice_transcript": "string",
"origin_side": "bot",
"agent_sendable": true,
"send_once_per_dialogue": true
}