mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-02-05 11:29:06 +00:00
Removed the "send to" button from the ERI server assistant (#267)
This commit is contained in:
parent
1df1d3f328
commit
cf975f2a6c
@ -300,6 +300,8 @@ public partial class AssistantERI : AssistantBaseCore
|
||||
|
||||
protected override bool ShowEntireChatThread => true;
|
||||
|
||||
protected override bool ShowSendTo => false;
|
||||
|
||||
protected override string SubmitText => "Create the ERI server";
|
||||
|
||||
protected override Func<Task> SubmitAction => this.GenerateServer;
|
||||
|
@ -1,3 +1,4 @@
|
||||
# v0.9.27, build 202 (2025-01-xx xx:xx UTC)
|
||||
- Improved the inner content scrolling to use the entire space available.
|
||||
- Fixed the hostname validation message for ERI v1 data sources.
|
||||
- Removed the "send to" button from the ERI server assistant, since it is not supported.
|
Loading…
Reference in New Issue
Block a user