Skip to content

Commit f7c14b7

Browse files
authored
update readme
1 parent 5cbba0f commit f7c14b7

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ The following code snippet adds the [`DxAIChat`](https://docs.devexpress.com/Bla
121121
}
122122
```
123123

124-
Use the [`MessageContentTemplate`](https://docs.devexpress.com/Blazor/DevExpress.AIIntegration.Blazor.Chat.DxAIChat.MessageContentTemplate) property to display rich-formatted messages. Use a markdown processor to convert response content to HTML code.
124+
Use the [`MessageContentTemplate`](https://docs.devexpress.com/Blazor/DevExpress.AIIntegration.Blazor.Chat.DxAIChat.MessageContentTemplate) property to display rich-formatted messages. Use a markdown processor to convert response content to HTML code.
125125

126126
**Files to Review:**
127127

@@ -164,7 +164,7 @@ Handle the `OnAfterRenderAsync` event and call the [`SetupAssistantAsync`](https
164164

165165
```razor
166166
@using DevExpress.AIIntegration.OpenAI.Services
167-
@inject AIAssistantCreator assistantCreator;
167+
@inject AIAssistantCreator assistantCreator
168168
169169
@* ... *@
170170
@code {
@@ -308,11 +308,6 @@ builder.Services.AddSingleton(assistantCreator);
308308
- [Program.cs](./CS/DevExpress.AI.Samples.Blazor/Program.cs)
309309

310310

311-
**Files to Review:**
312-
313-
- [AIAssistantCreator.cs](./CS/DevExpress.AI.Samples.Blazor/Services/AIAssistantCreator.cs)
314-
- [Instructions.cs](./CS/DevExpress.AI.Samples.Blazor/Instructions.cs)
315-
- [Program.cs](./CS/DevExpress.AI.Samples.Blazor/Program.cs)
316311

317312
#### Set Up the AI Assistant
318313

0 commit comments

Comments
 (0)