mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-02-13 04:21:36 +00:00
added a settings dialog for dynamic assistants
This commit is contained in:
parent
5a6c91fae0
commit
3d5831f528
@ -0,0 +1,5 @@
|
|||||||
|
@using AIStudio.Settings
|
||||||
|
@inherits SettingsDialogBase
|
||||||
|
|
||||||
|
<MudDialog>
|
||||||
|
</MudDialog>
|
||||||
@ -0,0 +1,5 @@
|
|||||||
|
using Microsoft.AspNetCore.Components;
|
||||||
|
|
||||||
|
namespace AIStudio.Dialogs.Settings;
|
||||||
|
|
||||||
|
public partial class SettingsDialogDynamic : SettingsDialogBase;
|
||||||
Loading…
Reference in New Issue
Block a user