NeuralNotwork commited on
Commit
754a555
·
verified ·
1 Parent(s): 7af0caa

Update Agent.json

Browse files
Files changed (1) hide show
  1. agents/Agent.json +3 -1
agents/Agent.json CHANGED
@@ -15,7 +15,9 @@
15
  "result_tool_name": "final_result",
16
  "result_tool_description": null,
17
  "result_retries": 1,
18
- "known_tools": [],
 
 
19
  "hf_tools": [
20
  "NeuralNotwork/get-time"
21
  ],
 
15
  "result_tool_name": "final_result",
16
  "result_tool_description": null,
17
  "result_retries": 1,
18
+ "known_tools": [
19
+ "get_key"
20
+ ],
21
  "hf_tools": [
22
  "NeuralNotwork/get-time"
23
  ],