Benjamin Consolvo commited on
Commit
ad278e9
·
1 Parent(s): aa25bb2

Corrected from 7-day output to trip dates in the range specified by user

Browse files
Files changed (1) hide show
  1. trip_tasks.py +1 -1
trip_tasks.py CHANGED
@@ -79,7 +79,7 @@ class TripTasks():
79
  Traveling from: {origin}
80
  Traveler Interests: {interests}
81
  """),
82
- expected_output="A complete 7-day travel plan, formatted as markdown, with a daily schedule and budget.",
83
  agent=agent)
84
 
85
  def __tip_section(self):
 
79
  Traveling from: {origin}
80
  Traveler Interests: {interests}
81
  """),
82
+ expected_output=f"A complete travel plan over the trip dates in {range}, formatted as markdown, with a daily schedule and budget.",
83
  agent=agent)
84
 
85
  def __tip_section(self):