AI-Studio/app/MindWork AI Studio/Tools/Services/DirectChatStartResult.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

5 lines
149 B
C#

using AIStudio.Chat;
namespace AIStudio.Tools.Services;
public sealed record DirectChatStartResult(ChatStartRequest? Request, string ErrorMessage);