mirror of
https://github.com/langgenius/dify.git
synced 2026-04-05 16:26:25 +08:00
feat: support query date tool (#662)
This commit is contained in:
@@ -69,6 +69,7 @@ const translation = {
|
||||
google: 'Searching Google {{query}}',
|
||||
wikipedia: 'Searching Wikipedia {{query}}',
|
||||
dataset: 'Retrieving dataset {datasetName}',
|
||||
date: 'Searching date',
|
||||
},
|
||||
},
|
||||
viewConfigDetailTip: 'In conversation, cannot change above settings',
|
||||
|
||||
@@ -69,6 +69,7 @@ const translation = {
|
||||
google: '搜索谷歌 {{query}}',
|
||||
wikipedia: '搜索维基百科 {{query}}',
|
||||
dataset: '检索数据集 {datasetName}',
|
||||
date: '查询日期',
|
||||
},
|
||||
},
|
||||
viewConfigDetailTip: '在对话中,无法更改上述设置',
|
||||
|
||||
Reference in New Issue
Block a user