The content cleaner had a bug where preselecting a provider in the agent caused the content cleaner to report that no llm provider has been preselected.

This commit is contained in:
Peer Schütt 2025-09-01 14:53:57 +02:00
parent f61fe87181
commit 9bf6e55dbd

View File

@ -56,6 +56,7 @@ public partial class ReadWebContent : MSGComponentBase
this.useContentCleanerAgent = true;
this.ProviderSettings = this.SettingsManager.GetPreselectedProvider(Tools.Components.AGENT_TEXT_CONTENT_CLEANER, this.ProviderSettings.Id, true);
this.providerSettings = this.ProviderSettings;
await base.OnInitializedAsync();
}