diff --git a/app/MindWork AI Studio/Tools/PluginSystem/PluginState.cs b/app/MindWork AI Studio/Tools/PluginSystem/PluginState.cs deleted file mode 100644 index 60b11790..00000000 --- a/app/MindWork AI Studio/Tools/PluginSystem/PluginState.cs +++ /dev/null @@ -1,8 +0,0 @@ -namespace AIStudio.Tools.PluginSystem; - -/// -/// Represents the state of a plugin. -/// -/// True, when the plugin is valid. -/// When the plugin is invalid, this contains the error message. -public readonly record struct PluginState(bool Valid, string Message); \ No newline at end of file