@progress/kendo-angular-mcp
Version:
Model Context Protocol for Kendo UI for Angular
2 lines (1 loc) • 938 B
TypeScript
export declare const smartGridInstructions = "\n\n## Smart Grid (AI-Enhanced) Instructions\n\nWhen the user requests Kendo's built-in AI grid features like \"smart grid\", \"ai grid\", \"intelligent grid\", or \"AI Assistant tool\":\n\nAlways implement:\n1. Complete kendoGridAIAssistantTool setup\n2. Domain-specific suggestion examples\n3. Include disclaimer\n\nSuggestion Examples by Domain:\n- Financial: \"Sort by Amount descending\", \"Show failed transactions\", \"Filter USD currency\"\n- Sales: \"Group by region\", \"Show top products\", \"Filter by date range\"\n- Inventory: \"Sort by stock level\", \"Show out of stock\", \"Group by category\"\n- Universal: \"Clear sorting/filtering/grouping\"\n\nRequired Disclaimer:\n\"The examples use a Telerik-hosted AI service for demonstration purposes only. For production applications, use an AI service that understands your specific domain, data, and business requirements.\"\n";