You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Infrastructure/BotSharp.Core/data/agents/01fcc3e5-9af7-49e6-ad7a-a760bd12dc4a/templates/reasoner.naive.liquid
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ Route to the last handling agent in priority.
4
4
Expected next action agent is {{ expected_next_action_agent }}.
5
5
{%- else -%}
6
6
Next action agent is determined from the latest user message in the context of the active user goal.
7
-
If the user only provides requested information, keep the previous next action agent or fall back to the agent for the active user goal.
7
+
If the user only provides requested information, keep the previous next action agent or route to the agent for the active user goal.
8
8
{%- endif %}
9
9
{% ifexpected_user_goal_agent!=empty -%}
10
10
Expected user goal agent is {{ expected_user_goal_agent }}.
0 commit comments