mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-17 23:35:52 +08:00
chore: change list filter writing
This commit is contained in:
parent
ae9b9f867a
commit
ac5e381a1a
@ -245,7 +245,7 @@ const translation = {
|
|||||||
'iteration': 'Perform multiple steps on a list object until all results are outputted.',
|
'iteration': 'Perform multiple steps on a list object until all results are outputted.',
|
||||||
'parameter-extractor': 'Use LLM to extract structured parameters from natural language for tool invocations or HTTP requests.',
|
'parameter-extractor': 'Use LLM to extract structured parameters from natural language for tool invocations or HTTP requests.',
|
||||||
'document-extractor': 'Used to parse uploaded documents into text content that is easily understandable by LLM.',
|
'document-extractor': 'Used to parse uploaded documents into text content that is easily understandable by LLM.',
|
||||||
'list-filter': 'Used to filter or sort files uploaded by users in bulk.',
|
'list-filter': 'Used to filter or sort array content.',
|
||||||
},
|
},
|
||||||
operator: {
|
operator: {
|
||||||
zoomIn: 'Zoom In',
|
zoomIn: 'Zoom In',
|
||||||
|
@ -245,7 +245,7 @@ const translation = {
|
|||||||
'iteration': '对列表对象执行多次步骤直至输出所有结果。',
|
'iteration': '对列表对象执行多次步骤直至输出所有结果。',
|
||||||
'parameter-extractor': '利用 LLM 从自然语言内推理提取出结构化参数,用于后置的工具调用或 HTTP 请求。',
|
'parameter-extractor': '利用 LLM 从自然语言内推理提取出结构化参数,用于后置的工具调用或 HTTP 请求。',
|
||||||
'document-extractor': '用于将用户上传的文档解析为 LLM 便于理解的文本内容。',
|
'document-extractor': '用于将用户上传的文档解析为 LLM 便于理解的文本内容。',
|
||||||
'list-filter': '用于对用户批量上传的文件进行筛选或者排序处理。',
|
'list-filter': '用于过滤或排序数组内容。',
|
||||||
},
|
},
|
||||||
operator: {
|
operator: {
|
||||||
zoomIn: '放大',
|
zoomIn: '放大',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user