plan_timed_itinerary
Create a Winnipeg transit itinerary with specific stay durations at each stop, optimizing travel time between locations.
Instructions
Plan an optimized itinerary with specific stay durations at each stop.
Args:
stops_config: List of dictionaries. The first stop is the origin.
Each item format: {"location": "...", "min_stay": minutes, "max_stay": minutes}
(Stay times for the LAST stop are ignored).
start_date: YYYY-MM-DD
start_time: HH:MMInput Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| stops_config | Yes | ||
| start_date | No | ||
| start_time | No |