Commit 1bb62cb
committed
Clarify follow‑up question prompt
Update `ChatManager::followUpQuestions` to explicitly request up to five
follow‑up questions from the user’s perspective.
- Replace the generic “Generate up to five questions” with “Generate up
to five follow up questions”.
- Add the clause “The questions are from the user point of view.”
- Remove the redundant “Please” and streamline the wording.
- Keep the JSON array return format and the “no markdown” restriction.
These changes make the prompt clearer and better aligned with the
intended user‑centric interaction.1 parent df8a5b0 commit 1bb62cb
1 file changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
314 | 314 | | |
315 | 315 | | |
316 | 316 | | |
317 | | - | |
318 | | - | |
319 | | - | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
320 | 321 | | |
321 | 322 | | |
322 | 323 | | |
| |||
0 commit comments