Anand0204 commited on
Commit
7f706e8
·
verified ·
1 Parent(s): 7476225

update to string

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ def get_current_time_in_timezone(timezone: str) -> str:
37
  def get_weather_for_date(date: str) -> str:
38
  """A tool that can be used for everything else.
39
  Args:
40
- task: task that needs to be done
41
  """
42
  return f"The weather for {date} is good"
43
 
 
37
  def get_weather_for_date(date: str) -> str:
38
  """A tool that can be used for everything else.
39
  Args:
40
+ date: A string "Today"
41
  """
42
  return f"The weather for {date} is good"
43