Removed the "send to" button from the ERI server assistant

This commit is contained in:
Thorsten Sommer 2025-01-21 14:19:26 +01:00
parent 1df1d3f328
commit 2dbab596c0
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108
2 changed files with 4 additions and 1 deletions

View File

@ -299,6 +299,8 @@ public partial class AssistantERI : AssistantBaseCore
protected override IReadOnlyList<IButtonData> FooterButtons => []; protected override IReadOnlyList<IButtonData> FooterButtons => [];
protected override bool ShowEntireChatThread => true; protected override bool ShowEntireChatThread => true;
protected override bool ShowSendTo => false;
protected override string SubmitText => "Create the ERI server"; protected override string SubmitText => "Create the ERI server";

View File

@ -1,3 +1,4 @@
# v0.9.27, build 202 (2025-01-xx xx:xx UTC) # v0.9.27, build 202 (2025-01-xx xx:xx UTC)
- Improved the inner content scrolling to use the entire space available. - Improved the inner content scrolling to use the entire space available.
- Fixed the hostname validation message for ERI v1 data sources. - 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.