From f03a00c54cfb742a414b54c39906d1cb1cd2cafb Mon Sep 17 00:00:00 2001 From: Wang Qi Date: Fri, 31 Jul 2026 19:15:05 +0800 Subject: [PATCH] Update wording for empty response to support only Naive (#17651) --- web/src/locales/en.ts | 2 +- web/src/locales/zh.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/locales/en.ts b/web/src/locales/en.ts index f59a645ab5..85c4765fb8 100644 --- a/web/src/locales/en.ts +++ b/web/src/locales/en.ts @@ -1078,7 +1078,7 @@ This auto-tagging feature enhances retrieval by adding another layer of domain-s assistantAvatar: 'Assistant avatar', language: 'Language', emptyResponse: 'Empty response', - emptyResponseTip: `Set this as a response if no results are retrieved from the datasets for your query, or leave this field blank to allow the LLM to improvise when nothing is found.`, + emptyResponseTip: `Set this as a response if no results are retrieved from the datasets for your query, or leave this field blank to allow the LLM to improvise when nothing is found. This setting only takes effect when Thinking Mode is set to Naive.`, emptyResponseMessage: `Empty response will be triggered when nothing relevant is retrieved from datasets. You must clear the 'Empty response' field if no dataset is selected.`, emptyResponsePlaceholder: 'The answer you are looking for is not found in the dataset!', diff --git a/web/src/locales/zh.ts b/web/src/locales/zh.ts index 5c7df851b5..54fb44af33 100644 --- a/web/src/locales/zh.ts +++ b/web/src/locales/zh.ts @@ -975,7 +975,7 @@ NER:使用 spaCy NER 和基于规则的关键词提取来抽取实体和关系 language: '语言', emptyResponse: '空回复', emptyResponsePlaceholder: '在知识库中未找到您要寻找的答案!', - emptyResponseTip: `如果在知识库中没有检索到用户的问题,它将使用它作为答案。 如果您希望 LLM 在未检索到任何内容时提出自己的意见,请将此留空。`, + emptyResponseTip: `如果在知识库中没有检索到用户的问题,它将使用它作为答案。 如果您希望 LLM 在未检索到任何内容时提出自己的意见,请将此留空。仅在思考模式是简单模式时候生效。`, emptyResponseMessage: `当知识库中未检索到任何相关信息时,将触发空响应。由于未选择任何知识库,因此请清除“空响应”。`, setAnOpener: '设置开场白', setAnOpenerInitial: `你好! 我是你的助理,有什么可以帮到你的吗?`,