task_geometry__survey_traverse__station_elevation_value¶
Contract¶
- Domain:
geometry - Scene id:
survey_traverse - Task id:
task_geometry__survey_traverse__station_elevation_value - Supported public
query_id:single - Answer schema:
integer - Annotation schema:
bbox_map
Program Contract¶
survey_station_elevation_value(visible_station_profile, visible_field_note, branch=leveling_station_elevation) -> target_station_elevation; scene=survey_traverse; scope=station_elevation_value
Reasoning Operations¶
Families: formula_evaluation
Prompt Bundle¶
- Prompt text is loaded from the v1 scene prompt bundle configured for
survey_traverse. - Prompt modes:
answer_onlyandanswer_and_annotation. - Internal trace branch:
leveling_station_elevation.
Annotation¶
Prompt-facing annotation uses pixel-space bbox witnesses. Map annotation binds the visible station profile and field-note region:
station_profilefield_note_region
Numeric elevations, staff readings, station labels, and field-note text remain visible diagram content plus private verifier metadata.
Determinism¶
Generation is deterministic for a fixed seed, params, config, and prompt bundle version.
Source¶
- Config:
src/trace_tasks/resources/configs/domains/geometry/survey_traverse.yaml - Task module:
src/trace_tasks/tasks/geometry/survey_traverse/station_elevation_value.py