added DYNAMIC_ASSISTANT as a new identity in components, with defaults derived from CHAT

This commit is contained in:
Nils Kruthoff 2026-08-10 19:33:50 +02:00
parent ed52abfd37
commit c87290c7cb
No known key found for this signature in database
GPG Key ID: A5C0151B4DDB172C

View File

@ -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,