mirror of
https://github.com/openai/codex.git
synced 2026-05-01 03:42:05 +03:00
feat: adding piped process to replace PTY when needed (#8797)
This commit is contained in:
@@ -168,6 +168,15 @@ fn create_exec_command_tool() -> ToolSpec {
|
||||
),
|
||||
},
|
||||
),
|
||||
(
|
||||
"tty".to_string(),
|
||||
JsonSchema::Boolean {
|
||||
description: Some(
|
||||
"Whether to allocate a TTY for the command. Defaults to false (plain pipes); set to true to open a PTY and access TTY process."
|
||||
.to_string(),
|
||||
),
|
||||
}
|
||||
),
|
||||
(
|
||||
"yield_time_ms".to_string(),
|
||||
JsonSchema::Number {
|
||||
|
||||
Reference in New Issue
Block a user