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
@@ -49,7 +49,7 @@ Examples:
49
49
- "The timer has 5 minutes left" -> topic: "timer", action: "reporting"
50
50
- "OK, I've updated your settings to use metric units" -> topic: "settings", action: "setting"
51
51
- "OK, I've set the alarm vibration pattern to Mario" -> topic: "settings"", action: "setting"
52
-
- "OK, I've set both your alarm and timer vibration patterns to Mario" -> topic: "settings", action: "setting"
52
+
- "OK, I've set both your alarm and timer vibration patterns to Mario" -> topic: "settings", action: "setting" - *not* timer or alarm, this is only about changing settings
53
53
- "I can set an alarm for you" -> nothing, this is just information about capabilities
54
54
- "Would you like me to set the unit system to metric?" -> nothing, this is just a question
0 commit comments