mirror of
https://github.com/openai/codex.git
synced 2026-05-05 05:42:33 +03:00
shell
This commit is contained in:
@@ -116,6 +116,8 @@ impl ToolRouter {
|
||||
timeout_ms: exec.timeout_ms,
|
||||
with_escalated_permissions: None,
|
||||
justification: None,
|
||||
max_output_tokens: None,
|
||||
max_output_chars: None,
|
||||
};
|
||||
Ok(Some(ToolCall {
|
||||
tool_name: "local_shell".to_string(),
|
||||
|
||||
Reference in New Issue
Block a user