Spaces:
Sleeping
Sleeping
Update agent.json
Browse files- agent.json +3 -1
agent.json
CHANGED
|
@@ -2,7 +2,8 @@
|
|
| 2 |
"tools": [
|
| 3 |
"web_search",
|
| 4 |
"visit_webpage",
|
| 5 |
-
"final_answer"
|
|
|
|
| 6 |
],
|
| 7 |
"model": {
|
| 8 |
"class": "HfApiModel",
|
|
@@ -37,6 +38,7 @@
|
|
| 37 |
"name": null,
|
| 38 |
"description": null,
|
| 39 |
"authorized_imports": [
|
|
|
|
| 40 |
"unicodedata",
|
| 41 |
"stat",
|
| 42 |
"datetime",
|
|
|
|
| 2 |
"tools": [
|
| 3 |
"web_search",
|
| 4 |
"visit_webpage",
|
| 5 |
+
"final_answer",
|
| 6 |
+
"wikipedia_summary"
|
| 7 |
],
|
| 8 |
"model": {
|
| 9 |
"class": "HfApiModel",
|
|
|
|
| 38 |
"name": null,
|
| 39 |
"description": null,
|
| 40 |
"authorized_imports": [
|
| 41 |
+
"wikipedia",
|
| 42 |
"unicodedata",
|
| 43 |
"stat",
|
| 44 |
"datetime",
|