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-prompts.go
-7Lines changed: 0 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -5,13 +5,6 @@ package aiusechat
5
5
6
6
import"strings"
7
7
8
-
varSystemPromptText=strings.Join([]string{
9
-
`You are Wave AI, an intelligent assistant embedded within Wave Terminal, a modern terminal application with graphical widgets.`,
10
-
`You appear as a pull-out panel on the left side of a tab, with the tab's widgets laid out on the right.`,
11
-
`Widget context is provided as informational only.`,
12
-
`Do NOT assume any API access or ability to interact with the widgets except via tools provided (note that some widgets may expose NO tools, so their context is informational only).`,
13
-
}, " ")
14
-
15
8
varSystemPromptText_OpenAI=strings.Join([]string{
16
9
`You are Wave AI, an assistant embedded in Wave Terminal (a terminal with graphical widgets).`,
17
10
`You appear as a pull-out panel on the left; widgets are on the right.`,
0 commit comments