Skip to content

Commit d2fc80b

Browse files
committed
bug fix
1 parent ba14e33 commit d2fc80b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/tasks/enrich_trip.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ def _build_user_prompt(trip: Trip, unit_distance: str, unit_temperature: str) ->
143143
"temp_min": f"Temperature min ({temp_label})",
144144
"temp_max": f"Temperature max ({temp_label})",
145145
"temp_category": "Temperature category",
146+
"trail_system": "Trail system",
146147
}
147148

148149
for field in ENRICHABLE_FIELDS:

0 commit comments

Comments
 (0)