Skip to content

Commit 8265c7c

Browse files
committed
Remove extraneous backslashes in verifier prompt.
Signed-off-by: Katharine Berry <ktbry@google.com>
1 parent 60d5cd5 commit 8265c7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service/assistant/verifier/verifier.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import (
2727
const SYSTEM_PROMPT = `You are inspecting the output of another model.
2828
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.
2929
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.
3131
If the message is reminding someone to do something now, it does not count as setting a reminder for later.
3232
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.
3333
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

Comments
 (0)