mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-08-11 17:52:10 +00:00
3 lines
219 B
C#
3 lines
219 B
C#
|
|
namespace AIStudio.Tools.Services;
|
||
|
|
|
||
|
|
public sealed record AssistantPluginInstallResult(bool Success, Guid PluginId, string PluginName, string PluginDirectory, bool ReplacedExisting, string Issue, bool Cancelled = false);
|