Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"user_goal_agent": {
"type": "string",
"description": "Agent who can acheive user initial task."
"description": "Agent who can achieve the user's active request."
},
"conversation_end": {
"type": "boolean",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ Next action agent is inferred based on user lastest response.
{% if expected_user_goal_agent != empty -%}
Expected user goal agent is {{ expected_user_goal_agent }}.
{%- else -%}
User goal agent is inferred based on user initial request.
User goal agent is inferred based on the user's active request.
If the latest user message starts a new request, use the latest request; otherwise keep the existing active request.
{%- endif %}
Loading