AI-Studio/app/MindWork AI Studio/Tools/Services/AssistantPluginLuaGenerationRequest.cs
Peer Hogeterp a4c35fc2f2
Added direct-chat launchers for assistant plugins and a dialog to reconfigure them (#935)
Co-authored-by: Thorsten Sommer <SommerEngineering@users.noreply.github.com>
2026-08-27 16:19:35 +02:00

7 lines
223 B
C#

namespace AIStudio.Tools.Services;
public sealed record AssistantPluginLuaGenerationRequest(
Guid PluginId,
string ApprovedAssistantDraft,
string ReviewNotes,
AssistantBuilderChatLaunchRequest? ChatLaunch);