I am looking for some help... i don't see to be able to use the transferCall function from an assistant to an assistant. its possible, but I cant make it work.
I need to be able to have the function run on demand, and transfer to a new assistant.
Is anyone doing this?
"tools": [ { "type": "transferCall", "async": false, "function": { "name": "transferCall", "description": "Use this function to transfer the call. Only use it when following instructions that explicitly ask you to use the transferCall function." }, "destinations": [ { "type": "assistant", "message": "I am forwarding your call to Department A. Please stay on the line.", "assistantName": "department_a_assistant" }, { "type": "assistant", "message": "I am forwarding your call to Department B. Please stay on the line.", "assistantName": "test_account" } ] } ],