sj
02/27/2025, 7:33 PM"messages": [
{
"type": "request-start",
"contents": [
{
"type": "text",
"text": "wait",
"language": "en"
},
{
"type": "text",
"text": "testing",
"language": "en"
},
{
"type": "text",
"text": "working",
"language": "en"
}
]
}
]
But when I tried calling my assistant again to use the tool it just kept saying the wait phrase.Aniah
03/01/2025, 4:25 PM{
"type": "request-start",
"contents": [
{
"type": "text",
"text": "wait",
"language": "en"
},
{
"type": "text",
"text": "testing",
"language": "en"
},
{
"type": "text",
"text": "working",
"language": "en"
}
],
"blocking": false
}