frigate/frigate/api
Josh Hawkins 98c2fe00c1
Chat improvements (#22823)
* Add score fusion helpers for find_similar_objects chat tool

* Add candidate query builder for find_similar_objects chat tool

* register find_similar_objects chat tool definition

* implement _execute_find_similar_objects chat tool dispatcher

* Dispatch find_similar_objects in chat tool executor

* Teach chat system prompt when to use find_similar_objects

* Add i18n strings for find_similar_objects chat tool

* Add frontend extractor for find_similar_objects tool response

* Render anchor badge and similarity scores in chat results

* formatting

* filter similarity results in python, not sqlite-vec

* extract pure chat helpers to chat_util module

* Teach chat system prompt about attached_event marker

* Add parseAttachedEvent and prependAttachment helpers

* Add i18n strings for chat event attachments

* Add ChatAttachmentChip component

* Make chat thumbnails attach to composer on click

* Render attachment chip in user chat bubbles

* Add ChatQuickReplies pill row component

* Add ChatPaperclipButton with event picker popover

* Wire event attachments into chat composer and messages

* add ability to stop streaming

* tweak cursor to appear at the end of the same line of the streaming response

* use abort signal

* add tooltip

* display label and camera on attachment chip
2026-04-09 14:31:37 -06:00
..
defs Add verbose mode to Media Sync (#22592) 2026-03-23 10:05:38 -06:00
__init__.py Update flask and restructure into api folder with apis put into separate folders (#10193) 2024-03-02 22:10:37 +00:00
app.py Miscellaneous fixes (#22780) 2026-04-07 07:16:19 -06:00
auth.py Merge remote-tracking branch 'origin/master' into dev 2026-03-22 17:34:11 -05:00
camera.py Improve environment var handling (#22796) 2026-04-07 07:16:02 -06:00
chat_util.py Chat improvements (#22823) 2026-04-09 14:31:37 -06:00
chat.py Chat improvements (#22823) 2026-04-09 14:31:37 -06:00
classification.py Reclassification (#22603) 2026-03-24 07:18:06 -06:00
debug_replay.py Debug replay (#22212) 2026-03-04 10:07:34 -06:00
event.py UI fixes (#22814) 2026-04-08 08:21:48 -06:00
export.py Miscellaneous fixes (#22779) 2026-04-06 07:53:23 -06:00
fastapi_app.py Camera profile support (#22482) 2026-03-19 09:47:57 -05:00
media.py Miscellaneous improvements (#22714) 2026-03-31 13:45:04 -05:00
motion_search.py Improve motion review and add motion search (#22253) 2026-03-05 17:53:48 -06:00
notification.py API admin exemptions and route guard updates (#21094) 2025-11-29 07:30:04 -06:00
preview.py Various Fixes (#22594) 2026-03-23 11:22:52 -05:00
record.py Recordings API and calendar UI performance improvements (#22352) 2026-03-09 17:22:01 -06:00
review.py Refactor genai (#22752) 2026-04-03 17:13:52 -06:00