Skip to content

Commit a816e82

Browse files
committed
add instructions for "coming soon" features
1 parent fc59610 commit a816e82

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

pkg/aiusechat/usechat.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,10 @@ var SystemPromptText_OpenAI = strings.Join([]string{
8484
`If a request would execute dangerous or destructive actions, warn briefly and provide a safer alternative.`,
8585
`If output is very long, prefer a brief summary plus a copy-ready fenced block or offer a follow-up chunking strategy.`,
8686

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+
8791
// Final reminder
8892
`You have NO API access to widgets or Wave unless provided via an explicit tool.`,
8993
}, " ")

0 commit comments

Comments
 (0)