Skip to content

Commit 36e51e4

Browse files
committed
add docstring
1 parent a394661 commit 36e51e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

codex-rs/core/src/tools/sandboxing.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ pub(crate) enum ApprovalRequirement {
9898
/// Approval required for this tool call
9999
NeedsApproval {
100100
reason: Option<String>,
101+
/// Prefix that can be whitelisted via execpolicy to skip future approvals for similar commands
101102
allow_prefix: Option<Vec<String>>,
102103
},
103104
/// Execution forbidden for this tool call

0 commit comments

Comments
 (0)