mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-09-13 23:33:36 +00:00
3 lines
147 B
C#
3 lines
147 B
C#
|
|
namespace AIStudio.Tools.Services;
|
||
|
|
|
||
|
|
public sealed record AssistantPluginGenerationDraft(bool Success, string Lua, string PluginName, string Issue);
|