Assistants
Create Tool
Create a new custom AI tool that can be attached to AI assistants.
post/ai/tools
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