Skip to content

Commit 62fbec6

Browse files
authored
Merge pull request #7084 from syncfusion-content/990970-AI-FAIL
990970: AI-Samples documentation
2 parents 86b633d + dcc8259 commit 62fbec6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

blazor/smart-ai-solutions/ai-samples/kanban/sentiment-analysis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ This section demonstrates how to implement sentiment analysis in the Syncfusion
234234

235235
(`Home.razor`)
236236

237-
```razor
237+
```csharp
238238
@using Syncfusion.Blazor.Kanban
239239
@using Syncfusion.Blazor.SplitButtons
240240
@using Syncfusion.Blazor.Calendars

blazor/smart-ai-solutions/ai-samples/kanban/smart-task-suggestion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ This section demonstrates how to implement the Syncfusion Blazor Kanban componen
234234

235235
(`Home.razor`)
236236

237-
```razor
237+
```csharp
238238

239239
@rendermode InteractiveServer
240240
@inject AzureAIService OpenAIService

blazor/smart-ai-solutions/ai-samples/rich-text-editor/writting-assistance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ This section implements the Syncfusion Blazor Rich Text Editor with AI-powered c
234234

235235
(`Home.razor`)
236236

237-
```razor
237+
```csharp
238238
@inject AzureAIService semanticKernelAI
239239
@inject IJSRuntime JSRuntime
240240
@using AISamples.Components.Service

0 commit comments

Comments
 (0)