Add a starting state for chat

This commit is contained in:
Nicolas Mowen
2026-02-27 08:57:54 -07:00
parent f2c60df4df
commit d0b2a606b4
4 changed files with 199 additions and 80 deletions
+12 -1
View File
@@ -1,4 +1,6 @@
{
"title": "Frigate Chat",
"subtitle": "Your AI assistant for camera management and insights",
"placeholder": "Ask anything...",
"error": "Something went wrong. Please try again.",
"processing": "Processing...",
@@ -9,5 +11,14 @@
"result": "Result",
"arguments": "Arguments:",
"response": "Response:",
"send": "Send"
"send": "Send",
"suggested_requests": "Try asking:",
"starting_requests": {
"show_recent_events": "Show recent events",
"show_camera_status": "Show camera status"
},
"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?"
}
}