From da562aa7399da0fcc32ea0067662a0fa4d994574 Mon Sep 17 00:00:00 2001 From: "nick.yi" Date: Wed, 29 Jul 2026 11:33:16 +0800 Subject: [PATCH] optimize reasoner.native --- .../templates/reasoner.naive.liquid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Infrastructure/BotSharp.Core/data/agents/01fcc3e5-9af7-49e6-ad7a-a760bd12dc4a/templates/reasoner.naive.liquid b/src/Infrastructure/BotSharp.Core/data/agents/01fcc3e5-9af7-49e6-ad7a-a760bd12dc4a/templates/reasoner.naive.liquid index 1861ab36b..396a4449d 100644 --- a/src/Infrastructure/BotSharp.Core/data/agents/01fcc3e5-9af7-49e6-ad7a-a760bd12dc4a/templates/reasoner.naive.liquid +++ b/src/Infrastructure/BotSharp.Core/data/agents/01fcc3e5-9af7-49e6-ad7a-a760bd12dc4a/templates/reasoner.naive.liquid @@ -4,7 +4,7 @@ Route to the last handling agent in priority. Expected next action agent is {{ expected_next_action_agent }}. {%- else -%} Next action agent is determined from the latest user message in the context of the active user goal. -If the user only provides requested information, keep the previous next action agent or fall back to the agent for the active user goal. +If the user only provides requested information, keep the previous next action agent or route to the agent for the active user goal. {%- endif %} {% if expected_user_goal_agent != empty -%} Expected user goal agent is {{ expected_user_goal_agent }}.