Spaces:
Sleeping
Sleeping
Update agent.json
Browse filesregistering the two tools get_current_time_in_timezone and add_two_numbers
- agent.json +3 -1
agent.json
CHANGED
|
@@ -2,7 +2,9 @@
|
|
| 2 |
"tools": [
|
| 3 |
"web_search",
|
| 4 |
"visit_webpage",
|
| 5 |
-
"final_answer"
|
|
|
|
|
|
|
| 6 |
],
|
| 7 |
"model": {
|
| 8 |
"class": "HfApiModel",
|
|
|
|
| 2 |
"tools": [
|
| 3 |
"web_search",
|
| 4 |
"visit_webpage",
|
| 5 |
+
"final_answer",
|
| 6 |
+
"add_two_numbers",
|
| 7 |
+
"get_current_time_in_timezone"
|
| 8 |
],
|
| 9 |
"model": {
|
| 10 |
"class": "HfApiModel",
|