Glossary Term
The umbrella term for how Prompts process multiple items in a single run. Three patterns exist, each suited to different batch needs:
- Execution Mode ( prompts) — required for all Setup Prompts; controls whether the prompt uses an
iteratororproceduralpipeline.
- Loop Processing ( prompts) — opt-in for Author Prompts; enables item-by-item iteration with shared-phase optimization.
- Per-Prompt Batch Logic — custom batch architecture for prompts with inter-item dependencies requiring cross-item resolution or dependency ordering.
Every prompt that processes more than one item must use exactly one of these patterns. Documented in the Prompt Batch Architecture section of the page.