[google-drive] Require local PNG inspection for URL thumbnails#148
Merged
florence-oai merged 1 commit intomainfrom Apr 14, 2026
Merged
Conversation
florence-oai
commented
Apr 14, 2026
|
|
||
| - A chart refresh or replacement is only complete when the chart slide was re-read after the write and the visual result was checked with a thumbnail when the image itself matters. | ||
| - Do not claim success just because the write call succeeded or because adjacent chart labels changed. | ||
| - When thumbnail responses include an `image_asset_pointer`, image content part, or other rendered image artifact, inspect that returned image directly instead of downloading the `contentUrl` just to look at the same slide. |
Contributor
Author
There was a problem hiding this comment.
@Aismit I notice this instruction prompts the model to inspect the returned image directly, but then I notice there's no image base 64 returned in the response. I'd love some review on this new instruction.
Collaborator
There was a problem hiding this comment.
Yeah this may be stale but we are using connector file reference object now
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Within codex, I saw that the model wasn't doing any visual iteration loop.
This is the thumbnail response. It only has the content URL and no image asset. So I prompted the model to curl the png url to do visual inspection.
model finally does visual iteration loop now
Screen.Recording.2026-04-14.at.11.39.40.AM.mov