Endpoint URL for Tool Call Results
# support
w
This may have been obvious but I am not seeing it in the documentation. If you have set up both your assistants and your tools in the dashboard (not the CLI) and have not set up a org-wide server url, where do you send the results of a tool call back to that assistant so they have the context of a result? I am able to get 200 and seeing my app successfully show the information in my logs but now am trying to get those results back to the assistant or the tool etc...any ideas?
All the app says is "Success" when the tool runs in the chat logs when i am using the assistant, and i see the function arguments and th elogs in my app look right...but in VAPI its not getting any context of the response (the actual information it found in my app). Sample json return is "results":[ { "toolCallId":"call_U*****3MGRTWtWGvlrTDHhlFgi2Nl", "result":"found=true, userId=1754****394885035x68633880281705**00" } ] }
thats what i see in the logs of my app but nothing gets passed to the assistant even though that object seems to jive with the docs...(object slightly modified but it’s a single string as docs suggest)
oddly this resolved on its own, async settings seemed to help eventually (turning on and off)
2 Views