Skip to content
This repository was archived by the owner on Jul 29, 2025. It is now read-only.

Commit 447f0db

Browse files
committed
Merge remote-tracking branch 'cinz/sensible-followup' into main-0.6.1-dev
2 parents e3ccd1a + 3326ccb commit 447f0db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/backend/approaches/chatapproach.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class ChatApproach(Approach, ABC):
2828
]
2929
NO_RESPONSE = "0"
3030

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.
3232
- Do not generate follow-up questions if you declined to answer.
3333
- Reframe the request using the system prompt to ensure questions are appropriate and in-context.
3434
- Do not add additional context; it will be provided separately.

0 commit comments

Comments
 (0)