Skip to content

Commit ec8dd92

Browse files
authored
Merge pull request SciSharp#1390 from yileicn/master
optimize reasoner.native
2 parents 99fcdb1 + da562aa commit ec8dd92

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/Infrastructure/BotSharp.Core/data/agents/01fcc3e5-9af7-49e6-ad7a-a760bd12dc4a/templates

src/Infrastructure/BotSharp.Core/data/agents/01fcc3e5-9af7-49e6-ad7a-a760bd12dc4a/templates/reasoner.naive.liquid

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Route to the last handling agent in priority.
44
Expected next action agent is {{ expected_next_action_agent }}.
55
{%- else -%}
66
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.
88
{%- endif %}
99
{% if expected_user_goal_agent != empty -%}
1010
Expected user goal agent is {{ expected_user_goal_agent }}.

0 commit comments

Comments
 (0)