Skip to content

Commit e2c8e07

Browse files
authored
Update common/microsoft-extensions-ai-integration/AIPromptIntegration/readme.md
1 parent f58b129 commit e2c8e07

File tree

1 file changed

+1
-1
lines changed
  • common/microsoft-extensions-ai-integration/AIPromptIntegration

1 file changed

+1
-1
lines changed

common/microsoft-extensions-ai-integration/AIPromptIntegration/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The [`Microsoft.Extensions.AI` package](https://learn.microsoft.com/en-us/dotnet
1212

1313
- The [`AIPrompt` component](https://www.telerik.com/blazor-ui/documentation/components/aiprompt/overview) is configured to use `Microsoft.Extensions.AI` for AI-driven prompts.
1414
- The project registers an [`IChatClient` service](https://learn.microsoft.com/en-us/dotnet/api/microsoft.extensions.ai.ichatclient?view=net-9.0-pp) in the `Program.cs` file.
15-
- The [`OnPromptRequest` event](https://www.telerik.com/blazor-ui/documentation/components/aiprompt/events#onpromptrequest) of the `AIPrompt` is not handled, so the component will automatically use the registered `IChatClient` service for to generate a response.
15+
- The [`OnPromptRequest` event](https://www.telerik.com/blazor-ui/documentation/components/aiprompt/events#onpromptrequest) of the `AIPrompt` is not handled, so the component will automatically use the registered `IChatClient` service to generate a response.
1616
- **Azure OpenAI** is used as the AI provider for generating responses.
1717

1818
## Setup & Configuration

0 commit comments

Comments
 (0)