Spaces:
Sleeping
Sleeping
agustin dye
commited on
Commit
·
1d98376
1
Parent(s):
3496c49
feat: get ammount items
Browse files
app.py
CHANGED
|
@@ -59,7 +59,11 @@ with open("prompts.yaml", "r") as stream:
|
|
| 59 |
|
| 60 |
agent = CodeAgent(
|
| 61 |
model=model,
|
| 62 |
-
tools=[
|
|
|
|
|
|
|
|
|
|
|
|
|
| 63 |
max_steps=6,
|
| 64 |
verbosity_level=1,
|
| 65 |
grammar=None,
|
|
|
|
| 59 |
|
| 60 |
agent = CodeAgent(
|
| 61 |
model=model,
|
| 62 |
+
tools=[
|
| 63 |
+
final_answer,
|
| 64 |
+
current_ammount,
|
| 65 |
+
get_current_time_in_timezone,
|
| 66 |
+
], ## add your tools here (don't remove final answer)
|
| 67 |
max_steps=6,
|
| 68 |
verbosity_level=1,
|
| 69 |
grammar=None,
|