sync
This commit is contained in:
parent
f24683e661
commit
8ca4343053
27 changed files with 206 additions and 276 deletions
|
|
@ -453,15 +453,17 @@ export type EventMessagePartRemoved = {
|
|||
|
||||
export type PermissionRequest = {
|
||||
id: string
|
||||
callID?: string
|
||||
sessionID: string
|
||||
permission: string
|
||||
patterns: Array<string>
|
||||
message: string
|
||||
metadata: {
|
||||
[key: string]: unknown
|
||||
}
|
||||
always: Array<string>
|
||||
tool?: {
|
||||
messageID: string
|
||||
callID: string
|
||||
}
|
||||
}
|
||||
|
||||
export type EventPermissionNextAsked = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue