From db63bb4dacefbb627ef0de6a8d22a1130f50a186 Mon Sep 17 00:00:00 2001 From: Joshua Palis Date: Tue, 19 Mar 2024 23:59:28 +0000 Subject: [PATCH] fixing register agent IT Signed-off-by: Joshua Palis --- src/test/resources/template/agent-framework.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/test/resources/template/agent-framework.json b/src/test/resources/template/agent-framework.json index 2a12938a4..9b5b0c3d1 100644 --- a/src/test/resources/template/agent-framework.json +++ b/src/test/resources/template/agent-framework.json @@ -96,7 +96,7 @@ }, "user_inputs": { "name": "Sub Agent", - "type": "cot", + "type": "CONVERSATION", "description": "this is a test agent", "parameters": { "hello": "world" @@ -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"