muddokon commited on
Commit
644ee09
·
verified ·
1 Parent(s): 880fe4c

Update agent.json

Browse files

Added pokemon tool

Files changed (1) hide show
  1. agent.json +4 -3
agent.json CHANGED
@@ -2,7 +2,8 @@
2
  "tools": [
3
  "web_search",
4
  "visit_webpage",
5
- "final_answer"
 
6
  ],
7
  "model": {
8
  "class": "HfApiModel",
@@ -30,11 +31,11 @@
30
  "report": "Here is the final answer from your managed agent '{{name}}':\n{{final_answer}}"
31
  }
32
  },
33
- "max_steps": 6,
34
  "verbosity_level": 1,
35
  "grammar": null,
36
  "planning_interval": null,
37
- "name": null,
38
  "description": null,
39
  "authorized_imports": [
40
  "unicodedata",
 
2
  "tools": [
3
  "web_search",
4
  "visit_webpage",
5
+ "final_answer",
6
+ "get_pokemon"
7
  ],
8
  "model": {
9
  "class": "HfApiModel",
 
31
  "report": "Here is the final answer from your managed agent '{{name}}':\n{{final_answer}}"
32
  }
33
  },
34
+ "max_steps": 8,
35
  "verbosity_level": 1,
36
  "grammar": null,
37
  "planning_interval": null,
38
+ "name": "PokeAgent",
39
  "description": null,
40
  "authorized_imports": [
41
  "unicodedata",