NeuralNotwork commited on
Commit
da7cb61
·
verified ·
1 Parent(s): e8cee4c

Update Agent.json

Browse files
Files changed (1) hide show
  1. agents/Agent.json +3 -4
agents/Agent.json CHANGED
@@ -1,9 +1,7 @@
1
  {
2
  "model": "openai:gpt-4o-mini",
3
  "result_type": [
4
- "str",
5
- "bool",
6
- "MyModel"
7
  ],
8
  "system_prompt": "You are a helpful assistant.",
9
  "name": "Agent",
@@ -16,7 +14,8 @@
16
  "result_tool_description": null,
17
  "result_retries": 1,
18
  "known_tools": [
19
- "get_st_secrets"
 
20
  ],
21
  "hf_tools": [
22
  "NeuralNotwork/get-time"
 
1
  {
2
  "model": "openai:gpt-4o-mini",
3
  "result_type": [
4
+ "str"
 
 
5
  ],
6
  "system_prompt": "You are a helpful assistant.",
7
  "name": "Agent",
 
14
  "result_tool_description": null,
15
  "result_retries": 1,
16
  "known_tools": [
17
+ "get_st_secrets",
18
+ "get_env_vars"
19
  ],
20
  "hf_tools": [
21
  "NeuralNotwork/get-time"