mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-02-12 11:41:38 +00:00
WIP: changed to correct namespaces
This commit is contained in:
parent
b9a9f2d823
commit
04c30602e4
@ -1,4 +1,4 @@
|
||||
namespace AIStudio.Tools.PluginSystem;
|
||||
namespace AIStudio.Tools.PluginSystem.Assistants.DataModel;
|
||||
|
||||
public class AssistantButton : AssistantComponentBase
|
||||
{
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
namespace AIStudio.Tools.PluginSystem;
|
||||
namespace AIStudio.Tools.PluginSystem.Assistants.DataModel;
|
||||
|
||||
public abstract class AssistantComponentBase : IAssistantComponent
|
||||
{
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
namespace AIStudio.Tools.PluginSystem;
|
||||
namespace AIStudio.Tools.PluginSystem.Assistants.DataModel;
|
||||
|
||||
public class AssistantDropdown : AssistantComponentBase
|
||||
{
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
namespace AIStudio.Tools.PluginSystem;
|
||||
namespace AIStudio.Tools.PluginSystem.Assistants.DataModel;
|
||||
|
||||
public class AssistantDropdownItem
|
||||
{
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
namespace AIStudio.Tools.PluginSystem;
|
||||
namespace AIStudio.Tools.PluginSystem.Assistants.DataModel;
|
||||
|
||||
public class AssistantForm : AssistantComponentBase
|
||||
{
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
namespace AIStudio.Tools.PluginSystem;
|
||||
namespace AIStudio.Tools.PluginSystem.Assistants.DataModel;
|
||||
|
||||
public class AssistantProviderSelection : AssistantComponentBase
|
||||
{
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
namespace AIStudio.Tools.PluginSystem;
|
||||
namespace AIStudio.Tools.PluginSystem.Assistants.DataModel;
|
||||
|
||||
public class AssistantTextArea : AssistantComponentBase
|
||||
{
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
namespace AIStudio.Tools.PluginSystem;
|
||||
namespace AIStudio.Tools.PluginSystem.Assistants.DataModel;
|
||||
|
||||
public enum AssistantUiCompontentType
|
||||
{
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
namespace AIStudio.Tools.PluginSystem;
|
||||
namespace AIStudio.Tools.PluginSystem.Assistants.DataModel;
|
||||
|
||||
public interface IAssistantComponent
|
||||
{
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
using Lua;
|
||||
|
||||
namespace AIStudio.Tools.PluginSystem;
|
||||
namespace AIStudio.Tools.PluginSystem.Assistants;
|
||||
|
||||
public sealed class PluginAssistants : PluginBase
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user