File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
src/BootstrapBlazor.Server Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 2929 <PackageReference Include =" BootstrapBlazor.BarcodeGenerator" Version =" 9.0.0" />
3030 <PackageReference Include =" BootstrapBlazor.BootstrapIcon" Version =" 9.0.2" />
3131 <PackageReference Include =" BootstrapBlazor.Chart" Version =" 9.0.0" />
32+ <PackageReference Include =" BootstrapBlazor.ChatBot" Version =" 9.0.0" />
3233 <PackageReference Include =" BootstrapBlazor.CherryMarkdown" Version =" 9.0.0" />
3334 <PackageReference Include =" BootstrapBlazor.Dock" Version =" 9.0.0" />
3435 <PackageReference Include =" BootstrapBlazor.DockView" Version =" 9.1.9" />
Original file line number Diff line number Diff line change 3737 </div >
3838 <div class =" msg-body" >
3939 <div class =" msg-time" >@message.Time.ToString( " HH:mm:ss" )</div >
40- <div > @message.Content </ div >
40+ <MarkdownContent Content = " @message.Content" ></ MarkdownContent >
4141 @if (message .Role == ChatRole .Assistant )
4242 {
4343 <div class =" msg-desc" >AI - generated content may be incorrect </div >
Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ public partial class Markdowns
2121 private string ? AsyncValue { get ; set ; }
2222
2323 [ NotNull ]
24- private Markdown ? MarkdownSetValue { get ; set ; }
24+ private BootstrapBlazor . Components . Markdown ? MarkdownSetValue { get ; set ; }
2525
2626 [ NotNull ]
27- private Markdown ? Markdown { get ; set ; }
27+ private BootstrapBlazor . Components . Markdown ? Markdown { get ; set ; }
2828
2929 private string JsString { get ; set ; } = @"```js
3030 console.log('test');
You can’t perform that action at this time.
0 commit comments