m-ric HF staff commited on
Commit
68b1787
·
verified ·
1 Parent(s): 26ec7eb

Update tool.py

Browse files
Files changed (1) hide show
  1. tool.py +1 -1
tool.py CHANGED
@@ -26,7 +26,7 @@ class SimpleTool(Tool):
26
  start_location,
27
  destination_location,
28
  mode=transportation_mode,
29
- departure_time=datetime(2025, 12, 6, 11, 0), # Start on a Monday morning
30
  )
31
  return directions_result[0]["legs"][0]["duration"]["text"]
32
  except Exception as e:
 
26
  start_location,
27
  destination_location,
28
  mode=transportation_mode,
29
+ departure_time=datetime(2025, 12, 6, 11, 0), # At 11, date far in the future
30
  )
31
  return directions_result[0]["legs"][0]["duration"]["text"]
32
  except Exception as e: