task_pages__web_action__guide_code_target_count¶
Identity¶
- Domain:
pages - Scene id:
web_action - Source scene:
web_action - Task id:
task_pages__web_action__guide_code_target_count
Contract¶
- Objective: count candidate controls in the web-action page that use a requested guide code.
- Public task contract:
guide_code_target_count - Supported
query_idvalues:click_guide_code_target_count,type_field_guide_code_target_count,select_option_guide_code_target_count - Answer type:
integer - Annotation schema:
bbox_set - Annotation witness: boxes covering every matching candidate control and its candidate label marker.
- Query argument axes: counted control family, requested guide code, web page variant, and style variant.
- Default answer range:
3..6, controlled by the number of visible item cards, form sections, or option groups for the selected control family.
Program Contract¶
web_action_guide_code_target_count(control_family={click_button,input_field,select_option}, guide_code); output=integer; annotation=bbox_set(matching_controls_with_candidate_markers); scene=web_action; scope=one browser-style action-target page
Reasoning Operations¶
Families: counting
Prompt + Trace¶
- Prompt bundle:
pages_web_action_v1 - Scene key:
web_action - Task key:
web_action_query - Prompt query keys:
click_guide_code_target_count,type_field_guide_code_target_count,select_option_guide_code_target_count - Runtime
query_idis the semantic count branch; non-semantic values such as page variant, guide-code assignment, candidate labels, and theme are trace metadata. - Trace records the requested guide code, matching control ids, matching annotation boxes, control metadata, sampled scene/style metadata, and prompt metadata.