Add quick links to new chats

This commit is contained in:
Nicolas Mowen
2026-03-31 15:48:31 -06:00
parent 5ac12de5bb
commit f25115da69
2 changed files with 14 additions and 2 deletions
+6 -2
View File
@@ -15,10 +15,14 @@
"suggested_requests": "Try asking:",
"starting_requests": {
"show_recent_events": "Show recent events",
"show_camera_status": "Show camera status"
"show_camera_status": "Show camera status",
"recap": "What happened while I was away?",
"watch_camera": "Watch a camera for activity"
},
"starting_requests_prompts": {
"show_recent_events": "Show me the recent events from the last hour",
"show_camera_status": "What is the current status of my cameras?"
"show_camera_status": "What is the current status of my cameras?",
"recap": "What happened while I was away?",
"watch_camera": "Watch the front door and let me know if anyone shows up"
}
}