Skip to content

Commit 867159d

Browse files
committed
Fix slug
1 parent 243cdf9 commit 867159d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/inlineaiprompt/streaming.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Streaming is particularly useful when:
2424
To enable streaming in the InlineAIPrompt component, follow these steps:
2525

2626
1. Handle the [`OnPromptRequest`](slug:inlineaiprompt-events#onpromptrequest) event to start streaming output. When the user sends a prompt, the `OnPromptRequest` event is triggered. In the event handler, set up your AI model streaming logic and call the `AppendOutput` method on the TelerikInlineAIPrompt reference to update the output as new data arrives.
27-
2. Handle the [`OnPromptRequestStop`](slug:slug:inlineaiprompt-events#onpromptrequeststop) event to stop streaming.
27+
2. Handle the [`OnPromptRequestStop`](slug:inlineaiprompt-events#onpromptrequeststop) event to stop streaming.
2828
This event is fired when the user clicks the Stop Generation button. You can use it to cancel the AI request.
2929

3030
When implementing real AI model streaming logic:

0 commit comments

Comments
 (0)