IterationHintOptions
Defined in: agent/hints.ts:56
Options for iteration progress hint.
Properties
Section titled “Properties”showUrgency?
Section titled “showUrgency?”
optionalshowUrgency:boolean
Defined in: agent/hints.ts:71
Whether to include urgency indicators for late iterations. Adds extra text when running low on iterations.
Default
Section titled “Default”truetemplate?
Section titled “template?”
optionaltemplate:HintTemplate
Defined in: agent/hints.ts:78
Custom template. Supports placeholders: {iteration}, {maxIterations}, {remaining} Or a function receiving HintContext.
Default
Section titled “Default”DEFAULT_HINTS.iterationProgressHinttiming?
Section titled “timing?”
optionaltiming:"always"|"late"|"urgent"
Defined in: agent/hints.ts:64
When to show the hint.
- “always”: Show on every iteration
- “late”: Show only when >= 50% through iterations
- “urgent”: Show only when >= 80% through iterations
Default
Section titled “Default”"always"