The seam through which summarizeRange runs its recursive LLM sub-call. Implemented by BaseAgent (which owns prompt execution and run-step observability) so this manager stays free of prompt-runner dependencies and trivially testable.
summarizeRange
Runs the range-summary prompt over the rendered slice.
The [seq N] Role: text rendering of the requested range
[seq N] Role: text
The task-specific focus the summary must serve
The summary text plus the AIPromptRun ID of the sub-call (for lineage)
The seam through which
summarizeRangeruns its recursive LLM sub-call. Implemented by BaseAgent (which owns prompt execution and run-step observability) so this manager stays free of prompt-runner dependencies and trivially testable.