Is it possible to invoke a VAPI tool with argument...
# support
z
Is it possible to invoke a VAPI tool with arguments? I need to pass an argument to our server and, based on that, send a response back to VAPI.
v
@za Absolutely! When you invoke a VAPI tool, you can certainly pass arguments to it. These arguments are included in the HTTP request that your server receives. Your server should then process the request, perform the necessary actions based on the arguments provided, and send back a response in the specified JSON format. If you need to call a specific tool and pass arguments to it, please provide me with the name of the tool and the arguments you wish to pass. I'll assist you with the process.
You can continue this conversation by mentioning me in the message.
s
yes it is possible. define the input parameters, usage and purpose of tool the under 160 characters and then use it. check tools calling documentation.