From eb6e4731e9213673f9aa44e2cb169167db9c071d Mon Sep 17 00:00:00 2001 From: Tsvetomir Hristov <106250052+Tsvetomir-Hr@users.noreply.github.com> Date: Thu, 7 Aug 2025 14:45:42 +0300 Subject: [PATCH] chore: fix aiprompt slug --- components/aiprompt/events.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/aiprompt/events.md b/components/aiprompt/events.md index 9fb7d4d2e0..dfff85f10c 100644 --- a/components/aiprompt/events.md +++ b/components/aiprompt/events.md @@ -30,7 +30,7 @@ The event handler receives an argument of type [`AIPromptPromptRequestEventArgs` | `Prompt` | `string` | The prompt text of the request. | | `Output` | `string` | The output of the request. The output is based on the prompt text. | | `IsCancelled` | `bool` | Whether the event is cancelled and the built-in action is prevented. | -| `OutputItem` | `AIPromptOutputItemDescriptor` | The output item. This property will be populated only when the user retries an existing output. See [`AIPromptOutputItemDescriptor`](slug:Telerik.Blazor.Components.AIPromptOutputItemDescriptor). | +| `OutputItem` | `AIPromptOutputItemDescriptor` | The output item. This property will be populated only when the user retries an existing output. See [`AIPromptOutputItemDescriptor`](slug:Telerik.Blazor.Components.Common.AIPrompt.AIPromptOutputItemDescriptorBase). | > Do not use the `OnPromptRequest` event when [integrating the AIPrompt component with `Microsoft.Extensions.AI`](slug:common-features-microsoft-extensions-ai-integration). The `OnPromptRequest` event disables such integration.