voicebot demo

This commit is contained in:
2025-10-05 06:34:07 +00:00
parent c2be654e2f
commit 33cab69410
6 changed files with 930 additions and 4 deletions

6
types/global.d.ts vendored
View File

@@ -172,3 +172,9 @@ interface ActionApproval {
modalText: string
callback: () => void
}
interface ResponseAudioDelta {
response_id: string
item_id: string
delta: string
pcmInt16: Int16Array
}