v1.10.5-lts
·
93 commits
to release-1.10
since this release
Enhancements
- Application: File upload supports uploading other custom file types. This type of file needs to be parsed by writing a function by yourself; by @wangdan-fit2cloud in #2940
- Q&A page: Support dragging files to the question input box; by @wangdan-fit2cloud in #2944
- Q&A page: Support copying and pasting files and content to the question input box. by @wangdan-fit2cloud in #2944
Bug Fixes
- Application: Fixed the problem that the asker parameter does not work when communicating through the openai interface; by @shaohuzhang1 in #2943
- Application: Fixed the problem that adding application nodes will show unavailable in some cases in advanced orchestration applications; by @shaohuzhang1 in #2945
- Application: Fixed the problem that the max_tokens parameter set for some models does not work, resulting in incomplete answers during dialogue; by @shaohuzhang1 in #2937
- Application: Fixed the problem that the application name in the label of the Q&A page is not updated after the application name is changed; by @wxg0103 in #2872
- Application: Fix the problem that MCP nodes cannot define data value parameters and Boolean parameters; by @liuruibin in #2871
- Q&A page: Fix the problem that the history is not displayed after a new user asks a question; by @shaohuzhang1 in #2954
- Q&A page: Fix the problem that the mobile terminal cannot click "Stop Answering"; by @wangdan-fit2cloud in #2849
- API Documentation (X-Pack): The name of the interface for obtaining the paging list of knowledge base documents is wrong;
- Appearance Settings (X-Pack): Fix the problem that the configuration information in the appearance settings is not used on the forgotten password and modified password pages.