Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f011e1f

Browse files
committedApr 8, 2025··
chore(common): link AIPromt sample app from docs
1 parent 9ff5c47 commit f011e1f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
 

‎common-features/microsoft-extensions-ai-integration.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ To integrate the **Microsoft.Extensions.AI** library with your AIPrompt componen
2222
>
2323
> When using the Telerik AIPrompt component with the Microsoft AI library, do not subscribe to the `OnPromptRequest` event.
2424
25-
**Microsoft.Extensions.AI provides** a simple integration with various models where the configuration slightly differs depending on the model. The example below shows usage of [Azure OpenAI](https://www.nuget.org/packages/Azure.AI.OpenAI) and you may [explore some other examples with different models in this post](https://devblogs.microsoft.com/dotnet/introducing-microsoft-extensions-ai-preview/#chat).
25+
**Microsoft.Extensions.AI provides** a simple integration with various models where the configuration slightly differs depending on the model. The example below shows usage of [Azure OpenAI](https://www.nuget.org/packages/Azure.AI.OpenAI) and you may [explore some other examples with different models in this sample application](https://github.com/telerik/blazor-ui/tree/master/common/microsoft-extensions-ai-integration/AIPromptIntegration).
2626

2727
>caption Startup.cs:
2828
@@ -40,4 +40,5 @@ To integrate the **Microsoft.Extensions.AI** library with your AIPrompt componen
4040
* [AIPrompt Overview - Documenation](slug:aiprompt-overview)
4141
* [AIPrompt - Live Demo](https://demos.telerik.com/blazor-ui/aiprompt/overview)
4242
* [Microsoft.Extensions.AI](https://learn.microsoft.com/en-us/dotnet/api/microsoft.extensions.ai?view=net-9.0-pp)
43-
* [Introducing Microsoft.Extensions.AI Preview – Unified AI Building Blocks for .NET](https://devblogs.microsoft.com/dotnet/introducing-microsoft-extensions-ai-preview/)
43+
* [Introducing Microsoft.Extensions.AI Preview – Unified AI Building Blocks for .NET](https://devblogs.microsoft.com/dotnet/introducing-microsoft-extensions-ai-preview/)
44+
* [AIPrompt Integration with Microsoft.Extensions.AI - Sample Application](https://github.com/telerik/blazor-ui/tree/master/common/microsoft-extensions-ai-integration/AIPromptIntegration)

0 commit comments

Comments
 (0)