task_geometry__composite_shape__sector_angle_value¶
Contract¶
- Domain:
geometry - Scene id:
composite_shape - Query id:
from_arc_length,from_sector_area - Answer schema:
number - Answer precision:
one_decimal - Annotation schema:
point_map
Program Contract¶
derive_geometry_metric(visible_composite_shape_measurements, derivation_rule=sector_angle_from_visible_measure, output_role=central_angle); scene=composite_shape; scope=sector_angle_value
Reasoning Operations¶
Families: formula_evaluation
Prompt Bundle¶
- Prompt text is loaded from the scene prompt bundle configured for
composite_shape. - 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/composite_shape.yaml - Task module:
src/trace_tasks/tasks/geometry/composite_shape/sector_angle_value.py