Chain Prompt
Overview
Section titled “Overview”Chain Prompt is a workflow engine for Gemini prompts. It lets you organize multiple steps into one reusable chain and run them in sequence.
Key Capabilities
Section titled “Key Capabilities”- Build multi-step prompt flows for repeatable tasks.
- Define input variables and reuse the same workflow with different inputs.
- Reference previous step output via
{{StepN.output}}. - Track run progress from the run status UI.
Quick Workflow
Section titled “Quick Workflow”- Open Chain Prompt and create a new chain.
- Add step prompts in execution order.
- Add variables if any part of the prompt should change per run.
- Save and run the chain from the list page.
- Check run status and revise failed steps when needed.