mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-06-27 15:36:26 +00:00
4 lines
236 B
Plaintext
4 lines
236 B
Plaintext
|
|
@attribute [Route(Routes.ASSISTANT_META_ASSISTANT)]
|
||
|
|
@inherits AssistantBaseCore<AIStudio.Dialogs.Settings.NoSettingsPanel>
|
||
|
|
|
||
|
|
<ProviderSelection @bind-ProviderSettings="@this.ProviderSettings" ValidateProvider="@this.ValidatingProvider"/>
|