WIP: included settings panel to the settings page

This commit is contained in:
nilsk 2026-03-24 13:01:48 +01:00
parent 50537907e5
commit aa94fe25c6

View File

@ -29,6 +29,7 @@
} }
<SettingsPanelAgentContentCleaner AvailableLLMProvidersFunc="@(() => this.availableLLMProviders)"/> <SettingsPanelAgentContentCleaner AvailableLLMProvidersFunc="@(() => this.availableLLMProviders)"/>
<SettingsPanelAgentAssistantAudit AvailableLLMProvidersFunc="@(() => this.availableLLMProviders)"/>
</MudExpansionPanels> </MudExpansionPanels>
</InnerScrolling> </InnerScrolling>
</div> </div>