mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-08-11 16:32:10 +00:00
used new component in dynamic assistants
This commit is contained in:
parent
5c275c9cee
commit
2538e75cc6
@ -31,9 +31,9 @@ public partial class AssistantDynamic : AssistantBaseCore<NoSettingsPanel>
|
||||
protected override string SubmitText => this.submitText;
|
||||
protected override Func<Task> SubmitAction => this.Submit;
|
||||
protected override bool SubmitDisabled => this.isSecurityBlocked;
|
||||
// Dynamic assistants do not have dedicated settings yet.
|
||||
// Reuse chat-level provider filtering/preselection instead of NONE.
|
||||
protected override Tools.Components Component => Tools.Components.CHAT;
|
||||
// Dynamic assistants do not have dedicated settings yet. Their internal identity keeps their
|
||||
// session and media state separate while ComponentsExtensions derives their defaults from chat.
|
||||
protected override Tools.Components Component => Tools.Components.DYNAMIC_ASSISTANT;
|
||||
|
||||
/// <summary>
|
||||
/// Gets the plugin ID as the assistant session instance ID.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user