File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed
src/BootstrapBlazor.Server Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 2222 </ItemGroup >
2323
2424 <ItemGroup >
25- <PackageReference Include =" BootstrapBlazor.AntDesignIcon" Version =" 8.0 .0" />
26- <PackageReference Include =" BootstrapBlazor.AzureOpenAI" Version =" 8.0.1 " />
25+ <PackageReference Include =" BootstrapBlazor.AntDesignIcon" Version =" 8.1 .0" />
26+ <PackageReference Include =" BootstrapBlazor.AzureOpenAI" Version =" 8.1.0 " />
2727 <PackageReference Include =" BootstrapBlazor.AzureTranslator" Version =" 8.1.0" />
2828 <PackageReference Include =" BootstrapBlazor.BaiduSpeech" Version =" 8.1.0" />
2929 <PackageReference Include =" BootstrapBlazor.BaiduOcr" Version =" 8.1.1" />
3434 <PackageReference Include =" BootstrapBlazor.BootstrapIcon.Extensions" Version =" 8.0.6" />
3535 <PackageReference Include =" BootstrapBlazor.Chart" Version =" 8.2.3" />
3636 <PackageReference Include =" BootstrapBlazor.CherryMarkdown" Version =" 8.0.1" />
37- <PackageReference Include =" BootstrapBlazor.CodeEditor" Version =" 8.0.2 " />
38- <PackageReference Include =" BootstrapBlazor.Dock" Version =" 8.1.7 " />
37+ <PackageReference Include =" BootstrapBlazor.CodeEditor" Version =" 8.1.1 " />
38+ <PackageReference Include =" BootstrapBlazor.Dock" Version =" 8.2.0 " />
3939 <PackageReference Include =" BootstrapBlazor.DockView" Version =" 8.1.6" />
4040 <PackageReference Include =" BootstrapBlazor.DriverJs" Version =" 8.0.1" />
4141 <PackageReference Include =" BootstrapBlazor.ElementIcon" Version =" 8.0.0" />
Original file line number Diff line number Diff line change @@ -28,7 +28,9 @@ public partial class Chats
2828
2929 private List < AzureOpenAIChatMessage > Messages { get ; } = [ ] ;
3030
31- private static string ? GetStackClass ( ChatRole role ) => CssBuilder . Default ( "msg-stack" ) . AddClass ( "msg-stack-assistant" , role == ChatRole . Assistant ) . Build ( ) ;
31+ private static string ? GetStackClass ( ChatRole role ) => CssBuilder . Default ( "msg-stack" )
32+ . AddClass ( "msg-stack-assistant" , role == ChatRole . Assistant )
33+ . Build ( ) ;
3234
3335 private static readonly ConcurrentDictionary < string , int > _cache = new ( ) ;
3436
You can’t perform that action at this time.
0 commit comments