Skip to content

image-gen-event/client_processing#13512

Merged
won-openai merged 13 commits intomainfrom
image-gen-01
Mar 5, 2026
Merged

image-gen-event/client_processing#13512
won-openai merged 13 commits intomainfrom
image-gen-01

Conversation

@won-openai
Copy link
Collaborator

enabling client-side to process with image-generation capabilities (setting app-server)

Copy link
Contributor

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: b98079fc1b

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

*items = original_items
.into_iter()
.map(|item| match item {
ResponseItem::ImageGenerationCall { result, .. } => {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Rewrite only completed image generations into input images

rewrite_image_generation_calls_for_stateless_input rewrites every ImageGenerationCall into a user InputImage without checking status. Failed/in-progress calls can carry empty or invalid result, so this injects bogus data URLs into later prompts and can break multimodal requests or pollute context. Gate rewriting on successful completion and non-empty image data.

Useful? React with 👍 / 👎.

@won-openai won-openai merged commit 229e6d0 into main Mar 5, 2026
51 of 53 checks passed
@won-openai won-openai deleted the image-gen-01 branch March 5, 2026 00:54
@github-actions github-actions bot locked and limited conversation to collaborators Mar 5, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants