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
{{ message }}
This repository was archived by the owner on Jul 29, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: app/backend/approaches/chatapproach.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ class ChatApproach(Approach, ABC):
28
28
]
29
29
NO_RESPONSE="0"
30
30
31
-
follow_up_questions_prompt_content="""- Generate up to 3 concise follow-up questions related to the user's inquiry if your previous response was informative.
31
+
follow_up_questions_prompt_content="""- If your response was informative, generate up to 3 concise and relevant follow-up questions that the user could ask you.
32
32
- Do not generate follow-up questions if you declined to answer.
33
33
- Reframe the request using the system prompt to ensure questions are appropriate and in-context.
34
34
- Do not add additional context; it will be provided separately.
0 commit comments