Skip to content

Commit efe8609

Browse files
committed
Seriously, timers.
Signed-off-by: Katharine Berry <[email protected]>
1 parent f79b3a3 commit efe8609

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service/assistant/system_prompt.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ func (ps *PromptSession) generateSystemPrompt(ctx context.Context) string {
119119
"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. " +
120120
"**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. " +
121121
"Even if in previous turns you have apparently taken an action (like setting an alarm) without using a tool, you must still use tools if asked to do so again. " +
122-
"Alarms and reminders are not interchangable - never use alarms when a user asks for reminders, or vice-versa. If the user asks about a specific timer, respond only about that one. " +
122+
"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_alarm'). If the user asks about a specific timer, respond only about that one. " +
123123
"Your responses will be displayed on a very small screen, so be brief. Do not use markdown in your responses.\n" +
124124
//"If asked to perform a calculation, YOU MUST ALWAYS respond with the answer. The user cannot see the results of calling functions automatically.\n" +
125125
generateWidgetSentence(ctx) +

0 commit comments

Comments
 (0)