Skip to content

Commit f093546

Browse files
committed
Make new suggestions each time
1 parent 7a0a654 commit f093546

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

common/src/tools/params/tool/suggest-followups.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ Don't include suggestions like:
5252
- "Commit these changes"
5353
- "Test x" without saying how you would test the changes (unit test, script, or something else?). Remember, this is a prompt for the assistant to do. Don't suggest manual testing that the user would have to do.
5454
55+
Try to make different suggestions than you did in past steps. That's because users can still click previous suggestions if they want to.
56+
5557
Aim for around 3 suggestions. The suggestions persist and remain clickable, with clicked ones visually updated to show they were used.
5658
5759
${$getNativeToolCallExampleString({

0 commit comments

Comments
 (0)