mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-09-13 16:13:37 +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);
|