mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-06-07 10:36:30 +00:00
5 lines
180 B
C#
5 lines
180 B
C#
|
|
using AIStudio.Tools.PluginSystem.Assistants;
|
||
|
|
|
||
|
|
namespace AIStudio.Dialogs;
|
||
|
|
|
||
|
|
public sealed record AssistantPluginAuditDialogResult(PluginAssistantAudit? Audit, bool ActivatePlugin);
|