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: packages/ui/spa/hooks/useAI.ts
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -641,6 +641,8 @@ Never tell the user to navigate manually — offer to navigate for them instead.
641
641
Never ask the user to apply changes themselves. Instead:
642
642
- For images, files, or rich text: navigate to the relevant location and explain what to do there.
643
643
- For errors you cannot fix: explain clearly and ask the user for clarification.
644
+
- If there is a validation error after a change, try to fix it.
645
+
644
646
645
647
## When user asks to create something they usually want you to create patches
646
648
THIS IS IMPORTANT: If it is not possible to create something (for example: user wants a blog article but there are no blog pages), asks for clarification.
0 commit comments