diff --git a/app/MindWork AI Studio/Chat/ChatRole.cs b/app/MindWork AI Studio/Chat/ChatRole.cs index 85a3c51d..5c51769e 100644 --- a/app/MindWork AI Studio/Chat/ChatRole.cs +++ b/app/MindWork AI Studio/Chat/ChatRole.cs @@ -1,5 +1,3 @@ -using AIStudio.Tools.PluginSystem; - namespace AIStudio.Chat; /// diff --git a/app/MindWork AI Studio/Chat/ContentImage.cs b/app/MindWork AI Studio/Chat/ContentImage.cs index 6ebe7f49..6fcf7f1e 100644 --- a/app/MindWork AI Studio/Chat/ContentImage.cs +++ b/app/MindWork AI Studio/Chat/ContentImage.cs @@ -13,11 +13,11 @@ public sealed class ContentImage : IContent, IImageSource /// [JsonIgnore] - public bool InitialRemoteWait { get; set; } = false; + public bool InitialRemoteWait { get; set; } /// [JsonIgnore] - public bool IsStreaming { get; set; } = false; + public bool IsStreaming { get; set; } /// [JsonIgnore] diff --git a/app/MindWork AI Studio/Components/ChatComponent.razor.cs b/app/MindWork AI Studio/Components/ChatComponent.razor.cs index 8d896a9f..29b75f74 100644 --- a/app/MindWork AI Studio/Components/ChatComponent.razor.cs +++ b/app/MindWork AI Studio/Components/ChatComponent.razor.cs @@ -329,7 +329,7 @@ public partial class ChatComponent : MSGComponentBase, IAsyncDisposable if(this.ChatThread is null) return; - await this.StartNewChat(true, false); + await this.StartNewChat(true); } private IReadOnlyList GetAgentSelectedDataSources()