Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.84 KB

smart-ai-components.md

File metadata and controls

32 lines (21 loc) · 1.84 KB
title page_title description slug tags position published
Smart AI Components
Smart AI Components
Telerik Smart (AI) Components is a set of integration examples that show how to use the Telerik UI for WPF controls in AI-based scenario.
wpflab-smart-ai-components
wpf,lab,smart,ai,prompt,components,services
0
true

Smart AI Components

Telerik Smart (AI) Components is a set of integration examples that show how to use the Telerik UI for WPF controls in AI-based scenario. Therefore, making it easy to add AI-powered features to your .NET applications without extra effort. Smart(AI) Components are currently in an experimental phase.

The projects showing the smart components can be found at https://github.com/telerik/telerik-smartai-components.

To run the examples, you should first aquire key credentials required to access the end point of the Azure OpenAI services.

Smart RichTextBox

This example shows how to integrate the Azure OpenAI services with RadRichTextBox for WPF. Typing in the document will trigger a call to the OpenAI services and append the returned result into the document.

Gif showing how to use the Telerik WPF Smart RadRichTextBox application

Smart Spreadsheet

This example shows how to integrate the Azure OpenAI services with RadSpreadsheet for WPF. In the example, you can use the custom AIFunction to get the result of the cells automatically.

Gif showing how to use the Telerik WPF Smart RadSpreadsheet application

See Also

  • [Telerik UI for WPF Getting Started]({%slug getting-started-first-steps%})