From 7522043bf81f57341cf3fdc3b3c1481351efd586 Mon Sep 17 00:00:00 2001 From: leccelecce <24962424+leccelecce@users.noreply.github.com> Date: Mon, 3 Mar 2025 21:22:34 +0000 Subject: [PATCH] Update reference docs --- docs/docs/configuration/reference.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/docs/configuration/reference.md b/docs/docs/configuration/reference.md index b53d9268f..2fdaa01fc 100644 --- a/docs/docs/configuration/reference.md +++ b/docs/docs/configuration/reference.md @@ -813,6 +813,12 @@ cameras: - cat # Optional: Restrict generation to objects that entered any of the listed zones (default: none, all zones qualify) required_zones: [] + # Optional: What triggers to use to send frames to generative AI during an event (default: shown below) + send_triggers: + # At the end of the event + event_end: True + # Optional: After X many significant updates are received (default: none, only at event end) + after_significant_updates: 0 # Optional: Save thumbnails sent to generative AI for review/debugging purposes (default: shown below) debug_save_thumbnails: False