mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-05 22:57:40 +03:00
* add DictAsYamlField for genai provider and runtime options * regenerate config translations * chat tweaks - add page title - scroll if near bottom - add tool call group that dynamically updates as tool calls are made - add bouncing loading indicator and other UI polish * tool call grouping
30 lines
1.0 KiB
JSON
30 lines
1.0 KiB
JSON
{
|
|
"documentTitle": "Chat - Frigate",
|
|
"title": "Frigate Chat",
|
|
"subtitle": "Your AI assistant for camera management and insights",
|
|
"placeholder": "Ask anything...",
|
|
"error": "Something went wrong. Please try again.",
|
|
"processing": "Processing...",
|
|
"toolsUsed": "Used: {{tools}}",
|
|
"showTools": "Show tools ({{count}})",
|
|
"hideTools": "Hide tools",
|
|
"call": "Call",
|
|
"result": "Result",
|
|
"arguments": "Arguments:",
|
|
"response": "Response:",
|
|
"send": "Send",
|
|
"suggested_requests": "Try asking:",
|
|
"starting_requests": {
|
|
"show_recent_events": "Show recent events",
|
|
"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?",
|
|
"recap": "What happened while I was away?",
|
|
"watch_camera": "Watch the front door and let me know if anyone shows up"
|
|
}
|
|
}
|