Skip to content

Commit 348c042

Browse files
Merge remove-method-replace-links-3393 into production (#3394)
* docs: remove Grid method and update trial links * docs: add quick start youtube video --------- Co-authored-by: IvanDanchev <ifujin@gmail.com>
1 parent 974a8ee commit 348c042

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

ai/agentic-ui-generator/getting-started.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This article describes how to install, configure, and use the Telerik UI for Bla
1717

1818
Follow these steps to set up the Agentic UI Generator:
1919

20-
1. Ensure you have a supported license. You need a DevCraft Complete or Ultimate Subscription to access the Agentic UI Generator. If you have a different license type, you can start a [30-day AI Tools trial](https://www.telerik.com/mcp-servers/thank-you-blazor).
20+
1. Ensure you have a supported license. You need a DevCraft Complete or Ultimate Subscription to access the Agentic UI Generator. If you have a different license type, you can start a [30-day AI Tools trial](https://www.telerik.com/mcp-servers-blazor/thank-you).
2121

2222
> For more information about access requirements based on the license type, see [Usage Limits](slug:agentic-ui-generator-overview#usage-limits).
2323
1. To add the MCP server to your IDE, create an `.mcp.json` file in your solution (if you are using Visual Studio), or an `mcp.json` file in your workspace (if you are using Visual Studio Code) with the following configuration:
@@ -50,6 +50,14 @@ Follow these steps to set up the Agentic UI Generator:
5050
5151
> Step-by-step usage instructions are available in [Using the Agentic UI Generator](#using-the-agentic-ui-generator).
5252
53+
The following video will walk you through:
54+
55+
* Adding and configuring the MCP server
56+
* Authenticating the Agentic UI Generator using an API key
57+
* Making your first prompt to ensure everything is working correctly
58+
59+
<iframe width="560" height="315" src="https://www.youtube.com/embed/u8X_3mMvn58?si=hw0MDwahsJkePSwk" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
60+
5361
## Installation
5462
5563
Use the documentation of your AI-powered MCP client to add the Agentic UI Generator to a specific workspace or globally. Below you can find installation tips and examples for some popular MCP clients, and instructions for obtaining your API key.

ai/ai-coding-assistant/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ The Telerik Blazor AI Conding Assistant allows the following maximum number of r
6464
### Perpetual Licenses
6565

6666
* Perpetual license holders have no access to the AI Coding Assistant by default.
67-
* You can start a [30-day AI Tools trial](https://www.telerik.com/mcp-servers/thank-you-blazor) to access the AI Coding Assistant.
67+
* You can start a [30-day AI Tools trial](https://www.telerik.com/mcp-servers-blazor/thank-you) to access the AI Coding Assistant.
6868
* After the trial expires, access is no longer available unless the [Perpetual license is converted to a Subscription license](https://www.telerik.com/account/support-center/contact-us/account-support).
6969

7070
### Trial Licenses

components/grid/smart-ai-features/overview.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ The following Grid methods work with the above types.
4949
| --- | --- | --- |
5050
| `GetAIRequest()` | `string` | Returns a `GridAIRequestDescriptor` that includes the user prompt if you pass it as a method argument. When using the `GridToolBarAIAssistantTool`, the app can receive the `GridAIRequestDescriptor` automatically from the `Request` property of the `OnPromptRequest` event argument, which is an `AIPromptPromptRequestEventArgs` object. |
5151
| `ProcessAIResponseAsync()` | `string` | Processes a serialized `GridAIResponse` object that is received as a string method argument. Then, the Grid applies all defined data operations from the `GridAIResponse` to its state, for example, filtering, grouping, highlighting, and sorting. When using the `GridToolBarAIAssistantTool`, you can set the serialized `GridAIResponse` object from the endpoint directly to `Response` property of the `OnPromptRequest` event argument, which is an `AIPromptPromptRequestEventArgs` object. |
52-
| `GetAIResult()` | `string` | Returns a `GridAIResult` that you can use to [update properties from the Grid state](slug:grid-state#methods). Processes a serialized `GridAIResponse` object that is received as a string method argument. Then, the Grid applies all defined data operations from the `GridAIResponse` to its state, for example, filtering, grouping, highlighting, and sorting. When using the `GridToolBarAIAssistantTool`, you can set the serialized `GridAIResponse` object from the endpoint directly to `Response` property of the `OnPromptRequest` event argument, which is an `AIPromptPromptRequestEventArgs` object. |
5352

5453
## Tutorial
5554

0 commit comments

Comments
 (0)