mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-06-27 15:36:26 +00:00
8 lines
140 B
C#
8 lines
140 B
C#
|
|
namespace AIStudio.Tools.PluginSystem.Assistants;
|
||
|
|
|
||
|
|
public enum AssistantPluginLaunchBehavior
|
||
|
|
{
|
||
|
|
NONE,
|
||
|
|
OPEN_WORKSPACE_CHAT_BY_NAME,
|
||
|
|
}
|