From c568fdcb0ff8659b68ae40ba99f8c4e0da6050ee Mon Sep 17 00:00:00 2001 From: Jacky Li Date: Mon, 16 Mar 2026 15:59:17 -0500 Subject: [PATCH] Enhance Prompt logic for Model update to 5-series Added a small piece to enhance the prompt logic for a stable toll calling results when shifting to 5-series model; Also proved to have no influence for previous 4-series model usage. --- .../instructions/instruction.liquid | 2 ++ 1 file changed, 2 insertions(+) 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 e9fe5e0cc..88b72cecf 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 @@ -38,3 +38,5 @@ Optional args: [CONVERSATION] {{ conversation }} + +Determine which function to call to proceed. Your output must be in JSON format.