AiTitus :)
02/19/2025, 6:14 PMKyle Brunker
02/20/2025, 9:34 PM{
"tools": [
{
"type": "function", // or any other tool type
"messages": [
{
"type": "request-start",
"content": "Let me check that for you...",
"blocking": true
}
]
// ... other tool configuration
}
]
}
when blocking is true, the tool call will wait for the onComplete callback after the message is spoken before proceeding.AiTitus :)
02/20/2025, 9:59 PM