Spaces:
Sleeping
Sleeping
Derek Lei
commited on
Commit
·
ada4460
1
Parent(s):
6b67790
updating agent.json to include the tool names and authorized imports
Browse files- agent.json +5 -2
agent.json
CHANGED
@@ -2,7 +2,9 @@
|
|
2 |
"tools": [
|
3 |
"web_search",
|
4 |
"visit_webpage",
|
5 |
-
"final_answer"
|
|
|
|
|
6 |
],
|
7 |
"model": {
|
8 |
"class": "HfApiModel",
|
@@ -48,6 +50,7 @@
|
|
48 |
"queue",
|
49 |
"time",
|
50 |
"collections",
|
51 |
-
"re"
|
|
|
52 |
]
|
53 |
}
|
|
|
2 |
"tools": [
|
3 |
"web_search",
|
4 |
"visit_webpage",
|
5 |
+
"final_answer",
|
6 |
+
"get_current_time_in_timezone",
|
7 |
+
"image_generation_tool"
|
8 |
],
|
9 |
"model": {
|
10 |
"class": "HfApiModel",
|
|
|
50 |
"queue",
|
51 |
"time",
|
52 |
"collections",
|
53 |
+
"re",
|
54 |
+
"pytz"
|
55 |
]
|
56 |
}
|