task_pages__infographic__section_total_except_named_value¶
Identity¶
- Domain:
pages - Scene id:
infographic - Source path:
src/trace_tasks/tasks/pages/infographic/section_total_except_named_value.py - Task id:
task_pages__infographic__section_total_except_named_value
Program Contract¶
- Program schema:
numeric.aggregate_sum(candidate_set=cards_in_resolved_section_excluding_named_cards, metric=printed_value); scene=infographic; scope=one multi-section metric-card infographic - Contract: in the named section, exclude the named metric cards and return the sum of the remaining printed values.
- Public query id:
single - Answer schema:
integer - Annotation schema:
bbox_setcontaining the included metric-card boxes after the named exclusions are removed. - Query argument axes: target section and excluded card labels.
- scalar_annotation_checked=true
Reasoning Operations¶
Families: aggregation
Prompt + Trace¶
- Prompt bundle:
pages_infographic_v1 - Scene key:
infographic_metric_arithmetic - Task key:
metric_arithmetic_query - Prompt query key:
section_total_except_named - Trace records included labels, excluded labels, target section, answer expression, and section card boxes. Public annotation marks only the included cards contributing to the final sum; excluded cards remain trace context.