-
Notifications
You must be signed in to change notification settings - Fork 20
update docs for ai prompts #1228
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,7 +4,7 @@ page_title: Telerik MAUI GitHub Copilot Extension | |
| description: Learn how to add and use the Telerik MAUI GitHub Copilot extension as a .NET MAUI AI coding assistant and code generator for better developer productivity. The Telerik MAUI GitHub Copilot extension provides proprietary context about Telerik UI for .NET MAUI to AI-powered software. | ||
| slug: ai-copilot-extension | ||
| tags: telerik, maui, ai, dotnetmaui, coding assistant, ai server | ||
| position: 10 | ||
| position: 1 | ||
| --- | ||
|
|
||
| # Telerik MAUI GitHub Copilot Extension | ||
|
|
@@ -54,8 +54,8 @@ To use the Telerik MAUI Copilot extension: | |
|
|
||
| The following examples demonstrate useful prompts for the Telerik MAUI extension: | ||
|
|
||
| * "`@telerikmaui` Generate a DataGrid with sorting and paging enabled." | ||
| * "`@telerikmaui` Create a Telerik ComboBox for MAUI with multiple selection enabled." | ||
| * "`@telerikmaui` Generate a DataGrid with 5 columns and 500 records. Enable sorting for the firs column and include paging." | ||
| * "`@telerikmaui` Create a Telerik ComboBox with sample data for customers. Enable multiple selection and preselect the first two customers." | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Shouldn't the prompts be very basic/getting started. Is the pre-selection a valid basic scenario? |
||
| * "`@telerikmaui` Show me how to implement a Chart with line series." | ||
| * "`@telerikmaui` Generate a CollectionView with grouping and filtering capabilities." | ||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -36,15 +36,33 @@ To use the Telerik MAUI AI Coding Assistant, you need: | |||||
| @[template](/_contentTemplates/common/ai-coding-assistant.md#getting-started) | ||||||
| * @[template](/_contentTemplates/common/ai-coding-assistant.md#number-of-requests) | ||||||
|
|
||||||
| ## Number of Requests | ||||||
| ## Recommendations | ||||||
|
|
||||||
| The Telerik MAUI AI Coding Assistant allows the following maximum number of requests based on your [Telerik license type](https://www.telerik.com/purchase/faq/licensing-purchasing): | ||||||
| Consider the following recommendations when working with the AI Coding Assistant: | ||||||
|
|
||||||
| | License Type | Request Limit | | ||||||
| |--------------|---------------| | ||||||
| | Perpetual | 50 requests per year | | ||||||
| | Subscription | Virtually unlimited with fair use threshold of 300 requests per day | | ||||||
| | Trial | 300 requests per trial period (does not reset with new trial activations) | | ||||||
| * Add NuGet packages/referenced assemblies for the Telerik UI for WPF product. | ||||||
| * Set the .sln as a context. | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| * When switching between tasks and files, start a new session in a new chat window to avoid polluting the context with irrelevant or outdated information. | ||||||
| * At the time of publishing, Claude Sonnet 4 produces optimal results. | ||||||
|
|
||||||
| ## Usage Limits | ||||||
|
|
||||||
| Access to the AI Coding Assistant depends on your [Telerik license type](https://www.telerik.com/purchase/faq/licensing-purchasing): | ||||||
|
|
||||||
| Subscription License: | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Personally, I would apply some formatting to Subscription License, Perpetual License, etc. Either bold, |
||||||
| * A Subscription is the primary license that grants full access to the AI Coding Assistant. | ||||||
| * Includes a virtually unlimited number of requests, with a fair use threshold of 300 requests per day. | ||||||
| * Best for ongoing and high-volume usage. | ||||||
|
|
||||||
| Perpetual License (Limited Access): | ||||||
| * Perpetual licenses include limited access of 50 requests per year. | ||||||
| * Intended for exploring and trying out the AI Coding Assistant. | ||||||
| * For continued or higher-volume access, upgrade to a Subscription license. | ||||||
|
|
||||||
| Trial License: | ||||||
| * Trial licenses include 300 requests per trial per year. | ||||||
| * Reactivating the same trial for a new release does not grant additional requests. | ||||||
| * Designed for evaluating the feature before purchasing. | ||||||
|
|
||||||
| > All Telerik AI tools share a single request quota for your Telerik account. Usage from the [Telerik Copilot extension]({%slug ai-copilot-extension%}) and [Telerik MCP server]({%slug ai-mcp-server%}) counts toward the same limit. Complex prompts in the MCP server may consume multiple requests. | ||||||
|
|
||||||
|
|
@@ -68,7 +86,13 @@ Data Storage: | |||||
|
|
||||||
| > Make sure also to review the terms and privacy policies of your selected AI model and AI client. | ||||||
|
|
||||||
| ## Telerik Document Processing AI Coding Assistant | ||||||
|
|
||||||
| You can also use the AI Coding Assistant for Telerik Document Processing to generate high-quality code samples and speed up your development. | ||||||
| Read the full guide in the dedicated [DPL AI Coding Assistant article](https://docs.telerik.com/devtools/document-processing/ai-coding-assistant/overview). | ||||||
|
|
||||||
| ## Next Steps | ||||||
|
|
||||||
| * Install the [Telerik MAUI GitHub Copilot Extension]({%slug ai-copilot-extension%}) | ||||||
| * Configure the [Telerik MAUI MCP Server]({%slug ai-mcp-server%}) with an MCP-enabled client | ||||||
| * Configure the [Telerik MAUI MCP Server]({%slug ai-mcp-server%}) with an MCP-enabled client | ||||||
| * Review the [Prompt Library]({%slug ai-prompt-library%}) | ||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.