task_charts__radar__highlighted_metric_threshold_panel_count¶
Taxonomy¶
- Domain:
charts - Scene id:
radar - Source implementation scene:
charts/radar - Public task id:
task_charts__radar__highlighted_metric_threshold_panel_count
Implementation¶
- Registered class:
trace_tasks.tasks.charts.radar.highlighted_metric_threshold_panel_count.ChartsRadarHighlightedMetricThresholdPanelCountTask - Prompt lookup domain/scene:
charts/radar - Default dataset: enabled
Contract¶
- Supported
query_idvalues:single - Answer schema:
integer_count - Annotation schema:
bbox_set - Annotation marks one bbox around each radar panel whose highlighted metric is above the sampled threshold.
Program Contract¶
Program: count(filter(radar_panels, value(panel, highlighted_metric) > threshold)); scene=radar; scope=highlighted_metric_threshold_panel_count
Candidate set: the visible radar spokes, profile polygons, and profile labels inside the highlighted_metric_threshold_panel_count 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 count 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 unspecified value bound by unspecified.
Annotation witnesses: unspecified witnesses bound by see_annotation_contract. The Annotation Contract below defines the prompt-facing witnesses.
Query ids: single.
Reasoning Operations¶
Families: filtering, counting, comparison