This commit is contained in:
Dax Raad 2025-12-28 19:01:42 -05:00
commit 8ca4343053
27 changed files with 206 additions and 276 deletions

View file

@ -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 = {