Ask separately for confirmation (#6949)
Co-authored-by: Douwe Osinga <douwe@squareup.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
+11
-1
@@ -3555,7 +3555,7 @@
|
||||
],
|
||||
"properties": {
|
||||
"action": {
|
||||
"type": "string"
|
||||
"$ref": "#/components/schemas/Permission"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
@@ -5240,6 +5240,16 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"Permission": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"always_allow",
|
||||
"allow_once",
|
||||
"cancel",
|
||||
"deny_once",
|
||||
"always_deny"
|
||||
]
|
||||
},
|
||||
"PermissionLevel": {
|
||||
"type": "string",
|
||||
"description": "Enum representing the possible permission levels for a tool.",
|
||||
|
||||
Reference in New Issue
Block a user