Skip to content

Commit

Permalink
fixing register agent IT
Browse files Browse the repository at this point in the history
Signed-off-by: Joshua Palis <[email protected]>
  • Loading branch information
joshpalis committed Mar 20, 2024
1 parent 3af51d8 commit db63bb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/resources/template/agent-framework.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
},
"user_inputs": {
"name": "Sub Agent",
"type": "cot",
"type": "CONVERSATION",
"description": "this is a test agent",
"parameters": {
"hello": "world"
Expand Down Expand Up @@ -139,7 +139,7 @@
},
"user_inputs": {
"name": "DEMO-Test_Agent_For_CoT",
"type": "cot",
"type": "CONVERSATION",
"description": "this is a test agent",
"parameters": {
"hello": "world"
Expand Down

0 comments on commit db63bb4

Please sign in to comment.