feat: fix program crashes and allow cancelling tool calls (#2586)
This commit is contained in:
@@ -5,6 +5,7 @@ use utoipa::ToSchema;
|
||||
pub enum Permission {
|
||||
AlwaysAllow,
|
||||
AllowOnce,
|
||||
Cancel,
|
||||
DenyOnce,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user