Learn how to design and integrate custom function calls within Bolna Voice AI agents to enhance their capabilities.
Add a Custom Function Tool with Bolna Voice AI Agents in Playground
Screenshot of custom function call integration in Bolna Voice AI
key
is set as custom_task
.Param | Type | Variable |
---|---|---|
user_name | str | %(user_name)s |
user_age | int | %(user_age)i |
cost | float | %(cost)%f |
Custom function for a GET request
GET
custom function:Custom function for a POST request
POST
custom function: