task_geometry__cone_net__height_from_sector_angle¶
Contract¶
- Domain:
geometry - Scene id:
cone_net - Query id:
single - Answer schema:
number - Answer precision:
one_decimal - Annotation schema:
point_map
Program Contract¶
derive_geometry_metric(visible_cone_net_measurements, derivation_rule=height_from_sector_angle, output_role=height_length); scene=cone_net; scope=height_from_sector_angle
Reasoning Operations¶
Families: formula_evaluation
Prompt Bundle¶
- Prompt text is loaded from the scene prompt bundle configured for
cone_net. - Prompt modes:
answer_onlyandanswer_and_annotation.
Annotation¶
Prompt-facing annotation uses pixel-space witnesses only. Map annotation is used where witness roles matter; graph coordinates, formulas, labels, and construction metadata remain private verifier metadata unless they are themselves visual witnesses.
Determinism¶
Generation is deterministic for a fixed seed, params, config, and prompt bundle version.
Source¶
- Config:
src/trace_tasks/resources/configs/domains/geometry/cone_net.yaml - Task module:
src/trace_tasks/tasks/geometry/cone_net/height_from_sector_angle.py