Skip to content

fix: handle null response.output in parse_response#3371

Open
Oxygen56 wants to merge 1 commit into
openai:mainfrom
Oxygen56:fix/parse-response-null-output-3325
Open

fix: handle null response.output in parse_response#3371
Oxygen56 wants to merge 1 commit into
openai:mainfrom
Oxygen56:fix/parse-response-null-output-3325

Conversation

@Oxygen56
Copy link
Copy Markdown

@Oxygen56 Oxygen56 commented Jun 5, 2026

Fixes TypeError crash when response.output is null.

Fixes #3325

Adds null check for response.output to prevent TypeError crash.

Fixes openai#3325
@Oxygen56 Oxygen56 requested a review from a team as a code owner June 5, 2026 18:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

parse_response crashes with TypeError when response.output is null in response.completed event (chatgpt.com Codex backend)

1 participant