used new component in dynamic assistants

This commit is contained in:
Nils Kruthoff 2026-08-10 19:36:25 +02:00
parent 5c275c9cee
commit 2538e75cc6
No known key found for this signature in database
GPG Key ID: A5C0151B4DDB172C

View File

@ -31,9 +31,9 @@ public partial class AssistantDynamic : AssistantBaseCore<NoSettingsPanel>
protected override string SubmitText => this.submitText; protected override string SubmitText => this.submitText;
protected override Func<Task> SubmitAction => this.Submit; protected override Func<Task> SubmitAction => this.Submit;
protected override bool SubmitDisabled => this.isSecurityBlocked; protected override bool SubmitDisabled => this.isSecurityBlocked;
// Dynamic assistants do not have dedicated settings yet. // Dynamic assistants do not have dedicated settings yet. Their internal identity keeps their
// Reuse chat-level provider filtering/preselection instead of NONE. // session and media state separate while ComponentsExtensions derives their defaults from chat.
protected override Tools.Components Component => Tools.Components.CHAT; protected override Tools.Components Component => Tools.Components.DYNAMIC_ASSISTANT;
/// <summary> /// <summary>
/// Gets the plugin ID as the assistant session instance ID. /// Gets the plugin ID as the assistant session instance ID.