mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-09-01 21:09:15 +00:00
5 lines
149 B
C#
5 lines
149 B
C#
using AIStudio.Chat;
|
|
|
|
namespace AIStudio.Tools.Services;
|
|
|
|
public sealed record DirectChatStartResult(ChatStartRequest? Request, string ErrorMessage); |