task_charts__sunburst__parent_total_value¶
Contract¶
- Domain:
charts - Scene id:
sunburst - Public task id:
task_charts__sunburst__parent_total_value - Supported
query_id:single
Implementation¶
- Registered class:
trace_tasks.tasks.charts.sunburst.parent_total_value.ChartsSunburstParentTotalValueTask - Prompt bundle:
charts_sunburst_v1 - Generation is deterministic from
instance_seed, explicit params, prompt bundle, renderer config, and code versions. - Answers and annotation are produced from the same metadata execution trace.
Annotation Contract¶
- Answer schema:
integer_value. - Annotation schema:
point_set. - Annotation marks the centers of the printed outer leaf value labels under the requested parent category.
- Renderer context such as decorative labels, titles, and distractor text is metadata unless the task explicitly asks for it as annotation.
Program Contract¶
Program: sum(value(leaf) for leaf under parent); output=integer_value; annotation=point_set(leaf_value_labels); scene=sunburst; scope=parent_total_value
Candidate set: the visible hierarchy wedges, rings, and node labels inside the parent_total_value objective scope.
Operands: prompt-bound labels, categories, series names, thresholds, intervals, references, and encoded chart values, plus the task's prompt-bound target operands when present.
Operation: evaluate sum over the candidate set using the filters, comparisons, aggregations, rankings, projections, or counterfactual edits named in the program expression; generation enforces a unique final answer.
Output binding: answer is the integer_value value bound by integer_value.
Annotation witnesses: point_set witnesses bound by point_set(leaf_value_labels). Annotation marks the centers of the printed outer leaf value labels under the requested parent category. Renderer context such as decorative labels, titles, and distractor text is metadata unless the task explicitly asks for it as annotation.
Query ids: single.
Reasoning Operations¶
Families: aggregation, topology
Query Details¶
| Query id | Program signature | Answer schema | Annotation schema |
|---|---|---|---|
single |
sum(value(leaf) for leaf under parent) |
integer_value |
point_set |