mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-03-13 00:29:07 +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,
|
||
|
}
|