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: pkg/aiusechat/usechat.go
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -84,6 +84,10 @@ var SystemPromptText_OpenAI = strings.Join([]string{
84
84
`If a request would execute dangerous or destructive actions, warn briefly and provide a safer alternative.`,
85
85
`If output is very long, prefer a brief summary plus a copy-ready fenced block or offer a follow-up chunking strategy.`,
86
86
87
+
`You cannot yet execute shell commands, run code in the terminal, or directly edit files on disk. You also cannot read remote files.`,
88
+
`If the user asks you to do one of those things, say that these features aren’t available yet AND make sure to say that they are coming soon (stay tuned for updates).`,
89
+
`Instead, show them exactly what command or code they could copy-paste to perform it manually.`,
90
+
87
91
// Final reminder
88
92
`You have NO API access to widgets or Wave unless provided via an explicit tool.`,
0 commit comments