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: common/src/tools/params/tool/suggest-followups.ts
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -52,6 +52,8 @@ Don't include suggestions like:
52
52
- "Commit these changes"
53
53
- "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.
54
54
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
+
55
57
Aim for around 3 suggestions. The suggestions persist and remain clickable, with clicked ones visually updated to show they were used.
0 commit comments