From 4298e466db17209224cf7690d9e44504e8e1e7b7 Mon Sep 17 00:00:00 2001 From: Haiping Chen Date: Sun, 27 Apr 2025 16:25:46 -0500 Subject: [PATCH] remove output format --- .../instructions/instruction.liquid | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/Infrastructure/BotSharp.Core/data/agents/01fcc3e5-9af7-49e6-ad7a-a760bd12dc4a/instructions/instruction.liquid b/src/Infrastructure/BotSharp.Core/data/agents/01fcc3e5-9af7-49e6-ad7a-a760bd12dc4a/instructions/instruction.liquid index d49215d1..775de66c 100644 --- a/src/Infrastructure/BotSharp.Core/data/agents/01fcc3e5-9af7-49e6-ad7a-a760bd12dc4a/instructions/instruction.liquid +++ b/src/Infrastructure/BotSharp.Core/data/agents/01fcc3e5-9af7-49e6-ad7a-a760bd12dc4a/instructions/instruction.liquid @@ -5,11 +5,7 @@ Follow these steps to handle user request: 2. Determine which agent is suitable to handle this conversation. Try to minimize the routing of human service. 3. Extract and populate agent required arguments, think carefully, leave it as blank object if user didn't provide the specific arguments. 4. You must include all required args for the selected agent, but you must not make up any parameters when there is no exact value provided, those parameters must set value as null if not declared. -{% if routing_mode != 'lazy' %} -5. Response must be in JSON format. -{% else %} 5. If user is greeting, you can call function response_to_user with a greeting message. -{% endif %} {% if routing_requirements and routing_requirements != empty %} [REQUIREMENTS]