Removed the "send to" button from the ERI server assistant (#267)

This commit is contained in:
Thorsten Sommer 2025-01-21 14:20:03 +01:00 committed by GitHub
parent 1df1d3f328
commit cf975f2a6c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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.