voicebot demo
This commit is contained in:
6
types/global.d.ts
vendored
6
types/global.d.ts
vendored
@@ -172,3 +172,9 @@ interface ActionApproval {
|
||||
modalText: string
|
||||
callback: () => void
|
||||
}
|
||||
interface ResponseAudioDelta {
|
||||
response_id: string
|
||||
item_id: string
|
||||
delta: string
|
||||
pcmInt16: Int16Array
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user