updated tool calls
Browse files
app.py
CHANGED
@@ -80,7 +80,7 @@ with open("prompts.yaml", 'r') as stream:
|
|
80 |
|
81 |
agent = CodeAgent(
|
82 |
model=model,
|
83 |
-
tools=[final_answer, get_current_time_in_timezone
|
84 |
max_steps=6,
|
85 |
verbosity_level=1,
|
86 |
grammar=None,
|
|
|
80 |
|
81 |
agent = CodeAgent(
|
82 |
model=model,
|
83 |
+
tools=[final_answer, get_current_time_in_timezone, get_daily_hadith], ## add your tools here (don't remove final answer)
|
84 |
max_steps=6,
|
85 |
verbosity_level=1,
|
86 |
grammar=None,
|