mirror of
https://github.com/openai/codex.git
synced 2026-05-05 05:42:33 +03:00
Fix marketplace config test and argument lint
This commit is contained in:
@@ -10,7 +10,13 @@ pub fn create_shell_command_sse_response(
|
||||
) -> anyhow::Result<String> {
|
||||
// The `arguments` for the `shell_command` tool is a serialized JSON object.
|
||||
let command_str = shlex::try_join(command.iter().map(String::as_str))?;
|
||||
create_shell_command_sse_response_from_command(&command_str, workdir, timeout_ms, call_id, None)
|
||||
create_shell_command_sse_response_from_command(
|
||||
&command_str,
|
||||
workdir,
|
||||
timeout_ms,
|
||||
call_id,
|
||||
/*login*/ None,
|
||||
)
|
||||
}
|
||||
|
||||
pub fn create_shell_command_sse_response_from_command(
|
||||
|
||||
Reference in New Issue
Block a user