-
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
Conversation
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.
Ideally, you would also add links to the prompt library from component pages. E.g. from the Overview and the Getting Started of the ComboBox, etc.
Also, in MAUI, we're referring to components as controls. Consider switching the "Component-Specific Prompts" title in the AI library to "Control-Specific Prompts".
|
|
||
| * "`@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." |
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.
| * "`@telerikmaui` Generate a DataGrid with 5 columns and 500 records. Enable sorting for the firs column and include paging." | |
| * "`@telerikmaui` Generate a DataGrid with 5 columns and 500 records. Enable sorting for the first column and include paging." |
| * "`@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 comment
The 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?
| | 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 comment
The reason will be displayed to describe this comment to others. Learn more.
| * Set the .sln as a context. | |
| * Set the `.sln` as a context. |
|
|
||
| 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 comment
The 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, >caption, or H3/H4
|
|
||
| <table> | ||
| <tr> | ||
| <th>Setup New Project and Add DataGrid control</th> |
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.
Set Up
No description provided.