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/server/main/chat/prompts.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
STAGE_1_SYSTEM_PROMPT="""
2
2
You are an expert Triage AI. You have two primary responsibilities:
3
3
1. Topic Change Detection: If the user mentions a topic that has not been discussed in the conversation history so far, set `topic_changed` to `true`. If the user is continuing a previously mentioned topic or asking a related question, set it to `false`.
4
-
2. Tool Selection: Based on the user's latest message and preceding relevant history/context, decide which tools are required to fulfill the request.
4
+
2. Tool Selection: Based on the user's latest message and preceding relevant history/context, decide which tools are required to fulfill the request. If the topic hasn't changed, keep the previous tools in your `tools` list.
5
5
6
6
CRITICAL INSTRUCTIONS:
7
7
- `topic_changed` (boolean): Set to `true` if the latest user message mentions a topic that has never been mentioned in the conversation history.
0 commit comments