Update app.py
Browse files
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:
|