Skip to content

Commit 6fe37db

Browse files
xristianstefanovxristianstefanov
authored and
xristianstefanov
committed
docs(aiprompt): fix broken links
1 parent ce9c673 commit 6fe37db

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

components/aiprompt/events.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@ The event handler receives an argument of type [`AIPromptPromptRequestEventArgs`
3030
| `Prompt` | `string` | The prompt text of the request. |
3131
| `Output` | `string` | The output of the request. The output is based on the prompt text. |
3232
| `IsCancelled` | `bool` | Whether the event is cancelled and the built-in action is prevented. |
33-
| `OutputItem` | `AIPromptOutputItem` | The output item. This property will be populated only when the user retries an existing output. See [`AIPromptOutputItem`](/blazor-ui/api/Telerik.Blazor.Components.AIPromptOutputItem). |
33+
| `OutputItem` | `AIPromptOutputItemDescriptor` | The output item. This property will be populated only when the user retries an existing output. See [`AIPromptOutputItemDescriptor`](/blazor-ui/api/Telerik.Blazor.Components.AIPromptOutputItemDescriptor). |
3434

3535

3636
## OnCommandExecute
3737

3838
The `OnCommandExecute` event fires when the user clicks on a command within the Commands view.
3939

40-
The event handler receives an argument of type [`AIPromptCommandDescriptorExecuteEventArgs`](/blazor-ui/api/Telerik.Blazor.Components.AIPromptCommandDescriptorExecuteEventArgs). See the [example below](#example).
40+
The event handler receives an argument of type [`AIPromptCommandExecuteEventArgs`](/blazor-ui/api/Telerik.Blazor.Components.AIPromptCommandExecuteEventArgs). See the [example below](#example).
4141

4242
@[template](/_contentTemplates/common/parameters-table-styles.md#table-layout)
4343

@@ -46,7 +46,7 @@ The event handler receives an argument of type [`AIPromptCommandDescriptorExecut
4646
| `Command` | `AIPromptCommandDescriptor` | The executed command. |
4747
| `Output` | `string` | The output based on the executed command. |
4848
| `IsCancelled` | `bool` | Whether the event is cancelled and the built-in action is prevented. |
49-
| `OutputItem` | `AIPromptOutputItem` | The output item. This property will be populated only when the user retries an existing output. See [`AIPromptOutputItem`](/blazor-ui/api/Telerik.Blazor.Components.AIPromptOutputItem). |
49+
| `OutputItem` | `AIPromptOutputItemDescriptor` | The output item. This property will be populated only when the user retries an existing output. See [`AIPromptOutputItemDescriptor`](/blazor-ui/api/Telerik.Blazor.Components.AIPromptOutputItemDescriptor). |
5050

5151

5252
## OnOutputRate
@@ -59,7 +59,7 @@ The event handler receives an argument of type [`AIPromptOutputRateEventArgs`](/
5959

6060
| Property | Type | Description |
6161
| --- | --- | --- |
62-
| `OutputItem` | `AIPromptOutputItem` | Specifies the output item that is being rated. See [`AIPromptOutputItem`](/blazor-ui/api/Telerik.Blazor.Components.AIPromptOutputItem). |
62+
| `OutputItem` | `AIPromptOutputItemDescriptor` | Specifies the output item that is being rated. See [`AIPromptOutputItemDescriptor`](/blazor-ui/api/Telerik.Blazor.Components.AIPromptOutputItem). |
6363

6464
## PromptTextChanged
6565

0 commit comments

Comments
 (0)