mirror of
https://github.com/openai/codex.git
synced 2026-04-24 06:35:50 +00:00
@@ -87,7 +87,7 @@ export function parseToolCallArguments(
|
||||
}
|
||||
|
||||
// @ts-expect-error timeout and workdir may not exist on json.
|
||||
const { timeout, workdir } = json;
|
||||
const { timeout } = json;
|
||||
return {
|
||||
cmd: commandArray,
|
||||
workdir: undefined,
|
||||
|
||||
Reference in New Issue
Block a user