Skip to content

Tighten Google Slides summary read path#66

Open
Aismit wants to merge 4 commits intomainfrom
aismit/FS-avoid-js-repl-in-slides-read-path
Open

Tighten Google Slides summary read path#66
Aismit wants to merge 4 commits intomainfrom
aismit/FS-avoid-js-repl-in-slides-read-path

Conversation

@Aismit
Copy link
Collaborator

@Aismit Aismit commented Mar 20, 2026

Summary

This tightens the main Google Slides skill so deck-reading and summarization workflows stay on the connector read path.

What changed

  • clarify in the skill description that deck reading and summarization should stay on Google Slides read tools
  • explicitly tell the model not to detour into generic code execution like js_repl for slide finding and summarization
  • add a concrete read sequence: get_presentation_text for candidate slides, then get_slide and get_slide_thumbnail when visual evidence matters
  • clarify that export is not the default path for finding content or understanding visuals

Why this was needed

In a recent codex exec run, the skill was loaded correctly but the model took a bad branch after get_presentation_text, attempted a js_repl detour, and then fell back to export instead of staying on the intended Slides read path.

Testing

  • inspected the skill diff locally
  • no automated tests run; prompt-only skill change

@Aismit Aismit requested a review from a team March 20, 2026 18:33
spasumar-oai
spasumar-oai previously approved these changes Mar 20, 2026
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.

2 participants