mirror of
https://github.com/pchuan98/codex.git
synced 2026-07-01 00:31:56 +08:00
nit: doc (#8186)
This commit is contained in:
committed by
GitHub
Unverified
parent
2e7e4f6ea6
commit
45c164a982
@@ -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