🔵 06:56:56:744 Converted Requested Tools Calls To Internal Format. [
{
"type": "transferCall",
"destinations": [
{
"type": "assistant",
"assistantName": "Symptoms",
"description": "Transfer the call after introduction ",
"transferMode": "rolling-history"
}
],
"function": {
"name": "transferCall",
"description": "Use this function to transfer the call. Only use it when instructions explicitly ask you to use the transferCall function. DO NOT call this function unless you are instructed to do so.\n\nHere are the destinations you can transfer the call to:\n 1. Symptoms. When: Transfer the call after introduction ",
"parameters": {
"type": "object",
"properties": {
"destination": {
"type": "string",
"enum": ["Symptoms"],
"description": "The destination to transfer the call to."
}
},
"required": ["destination"]
}
},
"messages": [
{
"type": "request-start",
"blocking": false,
"contents": [],
"content": "Transferring the call now",
"conditions": []
}
],
"toolCall": {
"id": "call_DITjqavNGIP3coLKHwAsCOCt",
"type": "function",
"function": {
"name": "transferCall",
"arguments": {"destination": "Symptoms"}
}
}
}
]