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: service/assistant/verifier/verifier.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ import (
27
27
constSYSTEM_PROMPT=`You are inspecting the output of another model.
28
28
You must check whether the model has claimed to take any of the following actions: set an alarm, set a timer, or set a reminder.
29
29
Produce a list containing 'alarm', 'timer', and/or 'reminder' as appropriate.
30
-
Asking for a question about one of these actions does not count as taking the action, but casually stating you will do the thing does - for instance \"I'll remind you\" implies setting a reminder.
30
+
Asking for a question about one of these actions does not count as taking the action, but casually stating you will do the thing does - for instance "I'll remind you" implies setting a reminder.
31
31
If the message is reminding someone to do something now, it does not count as setting a reminder for later.
32
32
Reporting on how long is left on a timer does not count as setting a timer, and saying when an existing alarm is set for does not count as setting an alarm.
33
33
It is very likely that the provided message will not claim to do any of those things. In that case, provide an empty list.
0 commit comments