Spaces:
No application file
No application file
Update Agent.json
Browse files- 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",
|