mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-09-01 18:29:15 +00:00
3 lines
177 B
C#
3 lines
177 B
C#
namespace AIStudio.Chat;
|
|
|
|
public sealed record ChatStartRequest(ChatThread ChatThread, bool ApplySelectedChatTemplateToComposer = false, bool PreserveDataSourceOptions = false); |