mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-11-23 13:50:20 +00:00
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:
parent
f61fe87181
commit
9bf6e55dbd
@ -56,6 +56,7 @@ public partial class ReadWebContent : MSGComponentBase
|
|||||||
this.useContentCleanerAgent = true;
|
this.useContentCleanerAgent = true;
|
||||||
|
|
||||||
this.ProviderSettings = this.SettingsManager.GetPreselectedProvider(Tools.Components.AGENT_TEXT_CONTENT_CLEANER, this.ProviderSettings.Id, true);
|
this.ProviderSettings = this.SettingsManager.GetPreselectedProvider(Tools.Components.AGENT_TEXT_CONTENT_CLEANER, this.ProviderSettings.Id, true);
|
||||||
|
this.providerSettings = this.ProviderSettings;
|
||||||
await base.OnInitializedAsync();
|
await base.OnInitializedAsync();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user