task_pages__workspace__context_control_count¶
Identity¶
- Domain:
pages - Scene id:
workspace - Source scene:
workspace - Task id:
task_pages__workspace__context_control_count
Contract¶
- Objective: count controls in one named workspace context row that have a requested visible state.
- Public task contract:
context_control_count - Supported
query_idvalues:single - Answer type:
integer - Annotation schema:
bbox_set - Annotation witness: boxes around the counted controls; empty list when the answer is
0. - Query argument axes: target context row, target visible state, answer count, workspace variant, and style variant.
Program Contract¶
workspace_context_control_count(context_row, visible_control_state); output=integer_count; annotation=bbox_set(matching_controls); scene=workspace; scope=one professional application workspace
Reasoning Operations¶
Families: counting
Prompt + Trace¶
- Prompt bundle:
pages_workspace_v1 - Scene key:
workspace - Task key:
workspace_control_query - Prompt query key:
row_state_filter_count - Runtime
query_idissingle; workspace flavor and target state metadata are recorded in trace. - Trace records all controls, visual state assignments, counted control ids, context row support metadata, sampled workspace/app/style metadata, and prompt metadata.