task_geometry__function_panels__x_axis_symmetry_label¶
Contract¶
- Domain:
geometry - Scene id:
function_panels - Public task id:
task_geometry__function_panels__x_axis_symmetry_label - Supported
query_id:single - Answer schema:
option_letter - Annotation schema:
bbox
Program Contract¶
label(select_panel(candidate_coordinate_relations, relation_has_x_axis_symmetry)); scene=function_panels; scope=x_axis_symmetry_label
Reasoning Operations¶
Families: transformation, matching
Prompt Bundle¶
- Prompt text is loaded from
geometry_analytical_function_property_v1. - Prompt modes:
answer_onlyandanswer_and_annotation.
Annotation¶
The annotation is the scalar pixel bounding box [x0,y0,x1,y1] of the selected panel.
Determinism¶
Generation is deterministic for a fixed seed, params, config, and prompt bundle version.
Source¶
- Config:
src/trace_tasks/resources/configs/domains/geometry/function_panels.yaml - Task module:
src/trace_tasks/tasks/geometry/function_panels/x_axis_symmetry_label.py