@cryptotaxi247 / CoPilot / commits / c62a61b2

feat: update example question for vulnerabilities in indexing category

taylorwalton committed Jul 24, 2025 at 12:41 UTC c62a61b24576c1fe769ac3cb5572d9f274965999
1 file changed +3 -3
backend/app/integrations/copilot_mcp/services/example_questions.py
+3 -3
@@ -82,9 +82,9 @@ class ExampleQuestionsService:
82 category="health",
83 ),
84 ExampleQuestion(
85 - question="What are the most critical vulnerabilities for `agent_name`: endpoint123?",
86 - description="Get the count of new documents added to the index",
87 - category="indexing",
85 + question="What are the most critical vulnerabilities for `agent_name`: endpoint123 from the index pattern `wazuh-states-vulnerabilities-*`??",
86 + description="Get critical vulnerabilities for a specific agent from the Wazuh index",
87 + category="vulnerabilities",
88 ),
89 ExampleQuestion(
90 question="Has the agent named `agent_name` made any dns requests to `evil.com` within the index pattern `wazuh-customerA*`?",