mirror of
https://github.com/openai/codex.git
synced 2026-04-24 22:54:54 +00:00
nit: doc (#8186)
This commit is contained in:
@@ -158,8 +158,7 @@ fn create_exec_command_tool() -> ToolSpec {
|
||||
"login".to_string(),
|
||||
JsonSchema::Boolean {
|
||||
description: Some(
|
||||
"Whether to run the shell with -l/-i semantics. Defaults to false unless a shell snapshot is available."
|
||||
.to_string(),
|
||||
"Whether to run the shell with -l/-i semantics. Defaults to true.".to_string(),
|
||||
),
|
||||
},
|
||||
);
|
||||
@@ -341,7 +340,7 @@ fn create_shell_command_tool() -> ToolSpec {
|
||||
"login".to_string(),
|
||||
JsonSchema::Boolean {
|
||||
description: Some(
|
||||
"Whether to run the shell with login shell semantics. Defaults to false unless a shell snapshot is available."
|
||||
"Whether to run the shell with login shell semantics. Defaults to true."
|
||||
.to_string(),
|
||||
),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user