mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-03-12 19:49:06 +00:00
7 lines
150 B
C#
7 lines
150 B
C#
namespace AIStudio.Settings.DataModel;
|
|
|
|
public enum SendToChatDataSourceBehavior
|
|
{
|
|
NO_DATA_SOURCES,
|
|
APPLY_STANDARD_CHAT_DATA_SOURCE_OPTIONS,
|
|
} |