@cryptotaxi247 / CoPilot / commits / 86641e64

feat: update example question for customerA to reflect agents status

taylorwalton committed Jul 24, 2025 at 15:48 UTC 86641e640b70d9b341b5729c6a773523571d8f6b
1 file changed +3 -3
backend/app/integrations/copilot_mcp/services/example_questions.py
+3 -3
@@ -38,9 +38,9 @@ class ExampleQuestionsService:
38 category="customers",
39 ),
40 ExampleQuestion(
41 - question="Show me endpoint status for customerA",
42 - description="Display endpoint status.",
43 - category="endpoints",
41 + question="Show me agents status for customerA",
42 + description="Display agents status.",
43 + category="agents",
44 ),
45 ],
46 MCPServerType.WAZUH_MANAGER: [