mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-08-11 17:32:11 +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 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.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user