feat: fix program crashes and allow cancelling tool calls (#2586)

This commit is contained in:
Best Codes
2025-05-22 09:52:46 -05:00
committed by GitHub
parent b3dc1289f4
commit e9c93834cc
2 changed files with 36 additions and 6 deletions
@@ -5,6 +5,7 @@ use utoipa::ToSchema;
pub enum Permission {
AlwaysAllow,
AllowOnce,
Cancel,
DenyOnce,
}