mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-09-01 21:09:15 +00:00
3 lines
139 B
C#
3 lines
139 B
C#
namespace AIStudio.Tools.Services;
|
|
|
|
public sealed record AssistantPluginDraftGenerationResult(bool Success, string Markdown, string Issue); |