@cryptotaxi247 / CoPilot / commits / 1c255c49

feat: add example question for disk space usage in indexing category

taylorwalton committed Jul 24, 2025 at 10:40 UTC 1c255c49075b698abcbe6e6b9a81abf3fb36ba1a
1 file changed +5
backend/app/integrations/copilot_mcp/services/example_questions.py
+5
@@ -86,6 +86,11 @@ class ExampleQuestionsService:
86 description="Get the count of new documents added to the index",
87 category="indexing",
88 ),
89 + ExampleQuestion(
90 + question="How much diskspace is the `wazuh-customerA*` indices consuming?",
91 + description="Get the disk space usage for all indices related to customerA",
92 + category="indexing",
93 + ),
94 ],
95 MCPServerType.VELOCIRAPTOR: [
96 ExampleQuestion(