In tools, call id is not getting passed
I'm using the api_request_tool as a tool in a VAPI Assistant, let's say named track_user, where I want to pass the call ID. However, I'm receiving responses like {"vapi_call_id": "undefined" or "1", "is_interested": true}. I want the call ID to be the one obtained from the /call endpoint.
