mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-09-27 11:39:00 +03:00
GenAI Chat Improvements (#24173)
* Initial tool approval implementation * Cleanups and fixes * Improve robustness of loading case
This commit is contained in:
@@ -55,6 +55,12 @@
|
||||
"auto_scroll": {
|
||||
"title": "Auto-scroll",
|
||||
"desc": "Follow new messages as they arrive."
|
||||
},
|
||||
"always_allow": {
|
||||
"title": "Always allowed actions",
|
||||
"desc": "Actions the assistant may run without asking first.",
|
||||
"none": "None",
|
||||
"reset": "Reset"
|
||||
}
|
||||
},
|
||||
"stats": {
|
||||
@@ -68,5 +74,15 @@
|
||||
},
|
||||
"thinking": {
|
||||
"toggle": "Toggle thinking"
|
||||
},
|
||||
"approval": {
|
||||
"title": "Approve {{tool}}?",
|
||||
"desc": "This action changes something in Frigate. Review the details before approving.",
|
||||
"approve": "Approve",
|
||||
"always_allow": "Always allow",
|
||||
"reject": "Reject",
|
||||
"approved": "Approved",
|
||||
"rejected": "Rejected",
|
||||
"placeholder": "Approve or reject the pending action to continue"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user