From c753b26be206a66a51a6b8046c206424fea063d5 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Wed, 18 Mar 2026 08:07:35 -0600 Subject: [PATCH] Fix incorrect instructions --- frigate/genai/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frigate/genai/__init__.py b/frigate/genai/__init__.py index 09ea29d59..6da025467 100644 --- a/frigate/genai/__init__.py +++ b/frigate/genai/__init__.py @@ -122,7 +122,7 @@ Respond with a JSON object matching the provided schema. Field-specific guidance Each line represents a detection state, not necessarily unique individuals. Parentheses indicate object type or category, use only the name/label in your response, not the parentheses. -**CRITICAL: When you see both recognized and unrecognized entries of the same type (e.g., "Joe ← person" and "Person"), visually count how many distinct people/objects you actually see based on appearance and clothing. If you observe only ONE person throughout the sequence, use ONLY the recognized name (e.g., "Joe"). The same person may be recognized in some frames but not others. Only describe both if you visually see MULTIPLE distinct people with clearly different appearances.** +**CRITICAL: When you see both recognized and unrecognized entries of the same type (e.g., "Joe (person)" and "Person"), visually count how many distinct people/objects you actually see based on appearance and clothing. If you observe only ONE person throughout the sequence, use ONLY the recognized name (e.g., "Joe"). The same person may be recognized in some frames but not others. Only describe both if you visually see MULTIPLE distinct people with clearly different appearances.** **Note: Unidentified objects (without names) are NOT indicators of suspicious activity—they simply mean the system hasn't identified that object.** {get_objects_list()}