mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-08-11 17:32:11 +00:00
added DYNAMIC_ASSISTANT as a new identity in components, with defaults derived from CHAT
This commit is contained in:
parent
ed52abfd37
commit
c87290c7cb
@ -28,6 +28,10 @@ public enum Components
|
|||||||
// ReSharper restore InconsistentNaming
|
// ReSharper restore InconsistentNaming
|
||||||
|
|
||||||
CHAT,
|
CHAT,
|
||||||
|
|
||||||
|
// Internal identity for plugin-provided assistants. Its defaults are derived from CHAT,
|
||||||
|
// but it remains separate from the built-in chat component and its session state.
|
||||||
|
DYNAMIC_ASSISTANT,
|
||||||
WRITER,
|
WRITER,
|
||||||
APP_SETTINGS,
|
APP_SETTINGS,
|
||||||
|
|
||||||
@ -37,4 +41,4 @@ public enum Components
|
|||||||
AGENT_ASSISTANT_PLUGIN_AUDIT,
|
AGENT_ASSISTANT_PLUGIN_AUDIT,
|
||||||
LOG_VIEWER_ASSISTANT,
|
LOG_VIEWER_ASSISTANT,
|
||||||
VISUAL_BRIEFING_ASSISTANT,
|
VISUAL_BRIEFING_ASSISTANT,
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user