task_charts__radar__threshold_metric_count_for_panel¶
Taxonomy¶
- Domain:
charts - Scene id:
radar - Source implementation scene:
charts/radar - Public task id:
task_charts__radar__threshold_metric_count_for_panel
Implementation¶
- Registered class:
trace_tasks.tasks.charts.radar.threshold_metric_count_for_panel.ChartsRadarThresholdMetricCountForPanelTask - Prompt lookup domain/scene:
charts/radar - Default dataset: enabled
Contract¶
- Supported
query_idvalues:single - Answer schema:
integer_count - Annotation schema:
point_set - Annotation marks one point at each counted radar vertex in the requested panel.
Program Contract¶
Program: count(filter(metrics_in_panel, value(selected_panel, metric) > threshold)); scene=radar; scope=threshold_metric_count_for_panel
Candidate set: the visible radar spokes, profile polygons, and profile labels inside the threshold_metric_count_for_panel 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