Skip to content

Commit 93d7215

Browse files
committed
Update files changes
1 parent 52844d9 commit 93d7215

File tree

5 files changed

+34
-29
lines changed

5 files changed

+34
-29
lines changed
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
layout: post
3-
title: Claude AI for AI-Powered Text Editor | Syncfusion®
4-
description: Learn how to implement a custom AI service using the Claude API with Syncfusion<sup>&reg;</sup> AI-Powered Text Editor (SfSmartTextEditor) control.
3+
title: Claude AI for AI-Powered Components | Syncfusion®
4+
description: Learn how to implement a custom AI service using the Claude API with Syncfusion<sup>&reg;</sup> AI-Powered Components.
55
platform: maui
6-
control: SfSmartTextEditor
6+
control: SmartComponents
77
documentation: ug
88
---
99

10-
# Claude AI Integration with .NET MAUI Smart Text Editor
10+
# Claude AI Integration with .NET MAUI Smart Components
1111

12-
The Syncfusion [.NET MAUI Smart Text Editor] (SfSmartTextEditor) can provide AI-powered suggestions while typing. You can integrate Anthropic `Claude AI` using the `IChatInferenceService` interface, which acts as a bridge between the editor and your custom AI service.
12+
The Syncfusion .NET MAUI AI-powered components can enhance applications with intelligent capabilities. You can integrate Anthropic `Claude AI` using the `IChatInferenceService` interface, which acts as a bridge between the editor and your custom AI service.
1313

1414
## Setting Up Claude
1515

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
layout: post
3-
title: DeepSeek AI for AI-Powered Text Editor | Syncfusion®
4-
description: Learn how to integrate the DeepSeek AI services with Syncfusion<sup>&reg;</sup> AI-Powered Text Editor (SfSmartTextEditor) control.
3+
title: DeepSeek AI for AI-Powered Components | Syncfusion®
4+
description: Learn how to integrate the DeepSeek AI services with Syncfusion<sup>&reg;</sup> AI-Powered Components.
55
platform: maui
6-
control: SfSmartTextEditor
6+
control: SmartComponents
77
documentation: ug
88
---
99

10-
# DeepSeek AI Integration with .NET MAUI Smart Text Editor
10+
# DeepSeek AI Integration with .NET MAUI Smart Components
1111

12-
The Syncfusion [.NET MAUI Smart Text Editor] (SfSmartTextEditor) can provide AI-powered suggestions while typing. You can integrate DeepSeek using the `IChatInferenceService` interface, which standardizes communication between the editor and your custom AI service.
12+
The Syncfusion .NET MAUI AI-powered components can enhance applications with intelligent capabilities. You can integrate DeepSeek using the `IChatInferenceService` interface, which standardizes communication between the editor and your custom AI service.
1313

1414
## Setting Up DeepSeek
1515

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
layout: post
3-
title: Gemini AI for AI-Powered Text Editor | Syncfusion®
4-
description: Learn how to implement a custom AI service using Google's Gemini API with Syncfusion<sup>&reg;</sup> AI-Powered Text Editor (SfSmartTextEditor) control.
3+
title: Gemini AI for AI-Powered Components | Syncfusion®
4+
description: Learn how to implement a custom AI service using Google's Gemini API with Syncfusion<sup>&reg;</sup> AI-Powered Components.
55
platform: maui
6-
control: SfSmartTextEditor
6+
control: SmartComponents
77
documentation: ug
88
---
99

10-
# Gemini AI Integration with .NET MAUI Smart Text Editor
10+
# Gemini AI Integration with .NET MAUI Smart Components
1111

12-
The Syncfusion [.NET MAUI Smart Text Editor] provides AI-powered suggestions for context-aware text input. By default, it works with providers like OpenAI or Azure OpenAI, but you can integrate `Google Gemini AI` using the `IChatInferenceService` interface. This guide explains how to implement and register Gemini AI for the Smart Text Editor in a .NET MAUI app.
12+
The Syncfusion .NET MAUI AI-powered components can enhance applications with intelligent capabilities. By default, it works with providers like OpenAI or Azure OpenAI, but you can integrate `Google Gemini AI` using the `IChatInferenceService` interface. This guide explains how to implement and register Gemini AI for the Smart Text Editor in a .NET MAUI app.
1313

1414
## Setting Up Gemini
1515

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
layout: post
3-
title: Groq AI Integration with AI-Powered Text Editor | Syncfusion®
4-
description: Learn how to implement a custom AI service using the Groq API with Syncfusion<sup>&reg;</sup> AI-Powered Text Editor (SfSmartTextEditor) control.
3+
title: Groq AI Integration with AI-Powered Components | Syncfusion®
4+
description: Learn how to implement a custom AI service using the Groq API with Syncfusion<sup>&reg;</sup> AI-Powered Components.
55
platform: maui
6-
control: SfSmartTextEditor
6+
control: SmartComponents
77
documentation: ug
88
---
99

10-
# Groq AI Integration with .NET MAUI Smart Text Editor
10+
# Groq AI Integration with .NET MAUI Smart Components
1111

12-
The Syncfusion [.NET MAUI Smart Text Editor] (SfSmartTextEditor) can show AI‑powered suggestions while you type. You can integrate `Groq` using the `IChatInferenceService` interface and Groq’s OpenAIcompatible Chat Completions API for fast, lowlatency results.
12+
The Syncfusion .NET MAUI AI-powered components can enhance applications with intelligent capabilities. You can integrate `Groq` by implementing the `IChatInferenceService` interface and leveraging Groq’s OpenAI-compatible Chat Completions API to deliver fast, low-latency results.
1313

1414
## Setting Up Groq
1515

maui-toc.html

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1435,7 +1435,20 @@
14351435
<li><a href="/maui/TreeView/right-to-left">Right to left</a></li> </ul>
14361436
</li>
14371437
<li>Smart Components
1438-
<ul>
1438+
<ul>
1439+
<li>
1440+
Common
1441+
<ul>
1442+
<li>AI Services
1443+
<ul>
1444+
<li> <a href="/maui/Common/claude-service">Claude AI Service</a></li>
1445+
<li> <a href="/maui/Common/gemini-service">Gemini AI Service</a></li>
1446+
<li> <a href="/maui/Common/deepseek-service">Deepseek AI Service</a></li>
1447+
<li> <a href="/maui/Common/groq-service">Groq AI Service</a></li>
1448+
</ul>
1449+
</li>
1450+
</ul>
1451+
</li>
14391452
<li>
14401453
Smart DataGrid
14411454
<ul>
@@ -1454,14 +1467,6 @@
14541467
<li><a href="/maui/SmartTextEditor/suggestion-display-mode">Suggestion Mode</a></li>
14551468
<li><a href="/maui/SmartTextEditor/events">Events And Commands</a></li>
14561469
<li><a href="/maui/SmartTextEditor/custom-ai-service">Custom AI Service</a></li>
1457-
<li>AI Services
1458-
<ul>
1459-
<li> <a href="/maui/SmartTextEditor/claude-service">Claude AI Service</a></li>
1460-
<li> <a href="/maui/SmartTextEditor/gemini-service">Gemini AI Service</a></li>
1461-
<li> <a href="/maui/SmartTextEditor/deepseek-service">Deepseek AI Service</a></li>
1462-
<li> <a href="/maui/SmartTextEditor/groq-service">Groq AI Service</a></li>
1463-
</ul>
1464-
</li>
14651470
<li><a href="/maui/SmartTextEditor/customization">Customization</a></li>
14661471
</ul>
14671472
</li>

0 commit comments

Comments
 (0)