Prompts & tools · 5 min read
Tool Agent for Code, Sheet, and Draft
Enable Tool Agent on Gems so AI can read and propose edits on Code, Sheet, and Draft. Learn Accept vs pending writes, Stop behavior, and large-sheet tips.
· · AI Plaza
Quick steps
Step 1. Create or edit a Gem
Open Gems and create with a template or AI. On create (or edit in the wizard), choose Tool Agent panels: Code, Sheet, and/or Draft.
Step 2. Run the Gem with panels open
Start the Gem. AI Plaza opens the selected panels and shows an Assistant badge when Tool Agent is active.
Step 3. Review and Accept
Proposed Code hunks, Sheet cells, or Draft revisions stay pending until you Accept (or Reject).
Tool Agent for Code, Sheet, and Draft
Tool Agent lets a Gem use multi-step tools to read and propose edits on open Code, Sheet, and Draft panels. Edits stay pending until you Accept.
Enable it on a Gem
- Open Gems (signed-in account).
- Create from a template or AI, or edit an existing Gem.
- Under Tool Agent panels, check Code, Sheet, and/or Draft.
- Keep Enable Tool Agent when this Gem runs on, then save.
When the Gem runs, AI Plaza opens those panels and shows an Assistant · … badge.
Accept vs pending writes
| Mode | How Draft / Sheet / Code change |
|---|---|
| Tool Agent on | Tools propose patches / propose_revise → you Accept or Reject |
| Without Tool Agent | Chat does not silently auto-revise Draft SSOT; Stop never writes the warehouse |
Stop button
- Stop aborts the chat stream immediately.
- Stop never auto-writes Draft / Docs / Translate warehouse SSOT or triggers silent auto-revise.
- Draft edits go through propose + Accept only.
Large spreadsheets
Sheet Agent does not dump the entire workbook into the prompt. It preloads a selection-focused subset of used cells. For other ranges, the model should call read_sheet with addresses or an A1 range.
Related
Frequently asked questions
- Who can use Tool Agent Gems?
- Any signed-in account can create Gems with Tool Agent panels.
- Does Stop still update Draft?
- Stop cancels the chat stream and never auto-writes Draft warehouse SSOT. Draft edits use propose + Accept only—there is no silent auto-revise on Stop.
- Why does a huge Sheet not send every cell?
- Sheet Agent preloads a selection-focused subset of used cells (cap applies). Ask the agent to read_sheet with a range for other areas instead of dumping the whole workbook.