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
|
||||
|
||||
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,
|
||||
APP_SETTINGS,
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user