Skip to main content

FilePartialUpdate

Partial update for a file's derived fields.

llm_description object

New model-facing description.

anyOf
string
voice_transcript object

New voice transcript text.

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
}