Spaces:
Sleeping
Sleeping
Update app.py
Browse filescorrect time zone tool
app.py
CHANGED
|
@@ -104,7 +104,7 @@ with open("prompts.yaml", 'r') as stream:
|
|
| 104 |
|
| 105 |
agent = CodeAgent(
|
| 106 |
model=model,
|
| 107 |
-
tools=[company_news_sentiment,
|
| 108 |
max_steps=6,
|
| 109 |
verbosity_level=1,
|
| 110 |
grammar=None,
|
|
|
|
| 104 |
|
| 105 |
agent = CodeAgent(
|
| 106 |
model=model,
|
| 107 |
+
tools=[company_news_sentiment,get_current_time_in_timezone,final_answer], ## add your tools here (don't remove final answer)
|
| 108 |
max_steps=6,
|
| 109 |
verbosity_level=1,
|
| 110 |
grammar=None,
|