mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-05-03 09:39:47 +00:00
Removed plugin state
This commit is contained in:
parent
ee5237ac44
commit
6f772e78b5
@ -1,8 +0,0 @@
|
||||
namespace AIStudio.Tools.PluginSystem;
|
||||
|
||||
/// <summary>
|
||||
/// Represents the state of a plugin.
|
||||
/// </summary>
|
||||
/// <param name="Valid">True, when the plugin is valid.</param>
|
||||
/// <param name="Message">When the plugin is invalid, this contains the error message.</param>
|
||||
public readonly record struct PluginState(bool Valid, string Message);
|
Loading…
Reference in New Issue
Block a user