You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using Azure OpenAI with the o3 model crashes after the first input and first response.
Consistently crashing with this error after the first input: TypeError: Cannot use 'in' operator to search for 'tool_calls' in undefined
What is the expected behavior?
Expecting it to not throw
What do you see instead?
TypeError: Cannot use 'in' operator to search for 'tool_calls' in undefined
at $ze (file:///Users/leonli/workspace/codex/codex-cli/dist/cli.js:425:7661)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async Iy.run (file:///Users/leonli/workspace/codex/codex-cli/dist/cli.js:599:2785)