jacobolopez commited on
Commit
09e02de
·
verified ·
1 Parent(s): f5923d6

Update app.py

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_restaurant_suggestion(food_type:str)-> str:
38
  """A tool that suggests a restaurant based on food type
39
  Args:
40
- food_type: the first argument
41
  """
42
  if food_type == "asian":
43
  return "The restaurant suggested should be -The great wall-"
 
37
  def get_restaurant_suggestion(food_type:str)-> str:
38
  """A tool that suggests a restaurant based on food type
39
  Args:
40
+ food_type: A string representing a valid food type e.g. italian
41
  """
42
  if food_type == "asian":
43
  return "The restaurant suggested should be -The great wall-"