Skip to content

Commit f87c43c

Browse files
committed
Update UI
1 parent 6c19880 commit f87c43c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Core/Sources/HostApp/CustomCommandSettings/CustomCommandView.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ struct CustomCommandView: View {
198198
VStack {
199199
SubSection(title: Text("Send Message")) {
200200
Text(
201-
"This command sends a message to the active chat tab. You can provide additional context through the \"Extra System Prompt\" as well."
201+
"This command sends a message to the active chat tab. You can provide additional context as well. The additional context will be removed once a message is sent. If the message provided is empty, you can manually type the message in the chat."
202202
)
203203
}
204204
SubSection(title: Text("Modification")) {
@@ -208,7 +208,7 @@ struct CustomCommandView: View {
208208
}
209209
SubSection(title: Text("Custom Chat")) {
210210
Text(
211-
"This command will overwrite the system prompt to let the bot behave differently."
211+
"This command will overwrite the context of the chat. You can use it to switch to different contexts in the chat. If a message is provided, it will be sent to the chat as well."
212212
)
213213
}
214214
SubSection(title: Text("Single Round Dialog")) {

0 commit comments

Comments
 (0)