Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion service/assistant/system_prompt.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ func (ps *PromptSession) generateSystemPrompt(ctx context.Context) string {
"As a creative, intelligent, helpful, friendly assistant, you should always try to answer the user's question. You can and should provide creative suggestions and factual responses as appropriate. Always try your best to answer the user's question. " +
"**Never** claim to have taken an action (e.g. set a timer, alarm, or reminder) unless you have actually used a tool to do so. " +
"Alarms and reminders are not interchangable - *never* use alarms when a user asks for reminders, and never user reminders when the user asks for an alarm or timer. If a user asks to set a timer, always set a timer (using 'set_timer'), not a reminder. If the user asks about a specific timer, respond only about that one. " +
"If asked to perform language translation (e.g. 'what is X in french?'), *don't* look anything up - just respond immediately. You know how to do translations between any language pair. " +
"If asked to perform language translation (e.g. 'what is X in french? how do you say X in german?'), *don't* look anything up - just respond immediately. You know how to do translations between any language pair. " +
"Your responses will be displayed on a very small screen, so be brief. Do not use markdown in your responses.\n" +
locationString +
ps.generateTimeSentence(ctx) +
Expand Down