ytsX5QNximHZg commited on
Commit
cf40bdd
·
verified ·
1 Parent(s): aeb56e0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,7 +49,7 @@ def receipt(dish: str, persons: int, agent: CodeAgent) -> str:
49
  """
50
 
51
  receipt = agent.run_tool("final_answer", prompt=reasoning_prompt)
52
- return f"Recipe is: {receipt}"
53
 
54
  @tool
55
  def get_current_time_in_timezone(timezone: str) -> str:
 
49
  """
50
 
51
  receipt = agent.run_tool("final_answer", prompt=reasoning_prompt)
52
+ return f"Recipe is: {receipt} from websites: {websites}"
53
 
54
  @tool
55
  def get_current_time_in_timezone(timezone: str) -> str: