NeuralNotwork commited on
Commit
e481341
·
verified ·
1 Parent(s): 8de5b84

Update Agent.json

Browse files
Files changed (1) hide show
  1. agents/Agent.json +3 -1
agents/Agent.json CHANGED
@@ -1,7 +1,9 @@
1
  {
2
  "model": "openai:gpt-4o",
3
  "result_type": [
4
- "str"
 
 
5
  ],
6
  "system_prompt": "You are a helpful assistant.",
7
  "name": "Agent",
 
1
  {
2
  "model": "openai:gpt-4o",
3
  "result_type": [
4
+ "str",
5
+ "bool",
6
+ "MyModel"
7
  ],
8
  "system_prompt": "You are a helpful assistant.",
9
  "name": "Agent",