FilePartialUpdate
Частичное обновление производных полей файла.
llm_description object
Новое описание для модели.
- string
- null
string
voice_transcript object
Новый текст транскрипта голоса.
- string
- null
string
origin_side object
anyOf
- Side
- null
Side
Possible values: [bot, user]
agent_sendable object
anyOf
- boolean
- null
boolean
send_once_per_dialogue object
anyOf
- boolean
- null
boolean
FilePartialUpdate
{
"llm_description": "string",
"voice_transcript": "string",
"origin_side": "bot",
"agent_sendable": true,
"send_once_per_dialogue": true
}