mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-02-12 15:01:37 +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
|
public class AssistantButton : AssistantComponentBase
|
||||||
{
|
{
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
namespace AIStudio.Tools.PluginSystem;
|
namespace AIStudio.Tools.PluginSystem.Assistants.DataModel;
|
||||||
|
|
||||||
public abstract class AssistantComponentBase : IAssistantComponent
|
public abstract class AssistantComponentBase : IAssistantComponent
|
||||||
{
|
{
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
namespace AIStudio.Tools.PluginSystem;
|
namespace AIStudio.Tools.PluginSystem.Assistants.DataModel;
|
||||||
|
|
||||||
public class AssistantDropdown : AssistantComponentBase
|
public class AssistantDropdown : AssistantComponentBase
|
||||||
{
|
{
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
namespace AIStudio.Tools.PluginSystem;
|
namespace AIStudio.Tools.PluginSystem.Assistants.DataModel;
|
||||||
|
|
||||||
public class AssistantDropdownItem
|
public class AssistantDropdownItem
|
||||||
{
|
{
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
namespace AIStudio.Tools.PluginSystem;
|
namespace AIStudio.Tools.PluginSystem.Assistants.DataModel;
|
||||||
|
|
||||||
public class AssistantForm : AssistantComponentBase
|
public class AssistantForm : AssistantComponentBase
|
||||||
{
|
{
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
namespace AIStudio.Tools.PluginSystem;
|
namespace AIStudio.Tools.PluginSystem.Assistants.DataModel;
|
||||||
|
|
||||||
public class AssistantProviderSelection : AssistantComponentBase
|
public class AssistantProviderSelection : AssistantComponentBase
|
||||||
{
|
{
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
namespace AIStudio.Tools.PluginSystem;
|
namespace AIStudio.Tools.PluginSystem.Assistants.DataModel;
|
||||||
|
|
||||||
public class AssistantTextArea : AssistantComponentBase
|
public class AssistantTextArea : AssistantComponentBase
|
||||||
{
|
{
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
namespace AIStudio.Tools.PluginSystem;
|
namespace AIStudio.Tools.PluginSystem.Assistants.DataModel;
|
||||||
|
|
||||||
public enum AssistantUiCompontentType
|
public enum AssistantUiCompontentType
|
||||||
{
|
{
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
namespace AIStudio.Tools.PluginSystem;
|
namespace AIStudio.Tools.PluginSystem.Assistants.DataModel;
|
||||||
|
|
||||||
public interface IAssistantComponent
|
public interface IAssistantComponent
|
||||||
{
|
{
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
using Lua;
|
using Lua;
|
||||||
|
|
||||||
namespace AIStudio.Tools.PluginSystem;
|
namespace AIStudio.Tools.PluginSystem.Assistants;
|
||||||
|
|
||||||
public sealed class PluginAssistants : PluginBase
|
public sealed class PluginAssistants : PluginBase
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user