task_geometry__angle_relations__parallel_supplement_angle¶
Contract¶
- Domain:
geometry - Scene id:
angle_relations - Query id:
single - Answer schema:
integer_value - Annotation schema:
point_map
Program Contract¶
derive_geometry_metric(visible_angle_relations_measurements, derivation_rule=parallel_supplement_angle, output_role=angle_measure); scene=angle_relations; scope=parallel_supplement_angle
Reasoning Operations¶
Families: formula_evaluation
Prompt Bundle¶
- Prompt text is loaded from the scene prompt bundle configured for
angle_relations. - Prompt schema: external prompt bundle
- Prompt modes:
answer_onlyandanswer_and_annotation.
Annotation¶
Prompt-facing annotation uses pixel-space witnesses only. The annotation is a keyed point map over exactly CFE and AEF.
The construction samples either two or three visible parallel lines as trace metadata; this is visual/construction variation, not a public query branch.
Determinism¶
Generation is deterministic for a fixed seed, params, config, and prompt bundle version.
Source¶
- Config:
src/trace_tasks/resources/configs/domains/geometry/angle_relations.yaml - Task module:
src/trace_tasks/tasks/geometry/angle_relations/parallel_supplement_angle.py