Seygi
07/11/2025, 3:04 PMChiranjeet Mishra
07/13/2025, 12:08 AMSeygi
07/14/2025, 5:23 PMChiranjeet Mishra
07/15/2025, 5:06 PMSeygi
07/16/2025, 1:53 PMChiranjeet Mishra
07/16/2025, 11:45 PMSeygi
07/17/2025, 9:39 AMChiranjeet Mishra
07/19/2025, 4:12 AMSeygi
07/22/2025, 2:16 AMChiranjeet Mishra
07/23/2025, 9:47 AM// POST /tool
{
"type": "dtmf",
"function": {
"name": "dialExtension", // optional, defaults to "dtmf"
"description": "Dial an extension or sequence of numbers on the keypad", // optional
"parameters": {
"type": "object",
"properties": {
"keys": {
"type": "string",
"description": "The key or sequence of keys to dial on the keypad. 1-9, *, #. They can optionally be combined. For example, 1234*"
}
},
"required": ["keys"]
}
},
"messages": [
{
"type": "request-start",
"content": "I'll dial that extension for you now."
},
{
"type": "request-complete",
"content": "Extension dialed successfully."
}
]
}
Then once you add this tool to your assistant, you write in the prompt "use the dtmf tool to dial an extension XXXX"Seygi
07/23/2025, 2:19 PMSeygi
07/25/2025, 9:35 PMSeygi
07/28/2025, 7:36 PMSeygi
07/29/2025, 2:10 PMChiranjeet Mishra
07/30/2025, 8:33 AMShubham Bajaj
07/31/2025, 5:25 AM