task_pages__control_board__state_extremum_group_label¶
Identity¶
- Domain:
pages - Scene id:
control_board - Source scene:
control_board - Task id:
task_pages__control_board__state_extremum_group_label
Contract¶
- Objective: identify the control group with the unique highest count of controls matching one requested visual state condition.
- Public task contract:
state_extremum_group_label - Supported
query_idvalues:disabled_extremum_group_label,selected_enabled_extremum_group_label - Answer type:
string - Annotation schema:
bbox - Annotation witness: the full panel box for the group that has the most matching controls.
- Query argument axes: state condition, target group position, target state count, scene variant, and visual style.
Program Contract¶
argmax_group(count(filter(gui_controls, group_name=group and state_condition in {enabled=false, selected=true and enabled=true}))); output=group_name_string; annotation=bbox(selected_group_panel); scene=control_board; scope=one grouped control-board screen
Reasoning Operations¶
Families: filtering, counting, ranking, logical_composition
Prompt + Trace¶
- Prompt bundle:
pages_control_board_v1 - Scene key:
control_board - Task key:
control_board_count_query - Prompt query keys:
disabled_extremum_group_label,selected_enabled_extremum_group_label - Trace records control groups, per-control state flags, per-group matching-state counts, final group/control bboxes, selected query id, and selected target metadata.
- Generation is deterministic from
instance_seed; answers and annotation come from the finalized control-board render metadata.