Assistants
Update Tool
Update the configuration of an existing AI tool.
patch/ai/tools/{tool_id}
Path parameters
tool_idstring required
Unique identifier of the tool.
Request body
Example request
{
"update_dynamic_variables": {
"description": "Collect caller details into conversation variables.",
"name": "collect_details",
"updatable_variables": [
{
"description": "The caller's full name.",
"name": "customer_name",
"type": "string"
}
]
}
}Response
Successful Response