chore: change list filter writing

This commit is contained in:
Joel 2024-09-27 17:09:12 +08:00
parent ae9b9f867a
commit ac5e381a1a
2 changed files with 2 additions and 2 deletions

View File

@ -245,7 +245,7 @@ const translation = {
'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.',
'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: {
zoomIn: 'Zoom In',

View File

@ -245,7 +245,7 @@ const translation = {
'iteration': '对列表对象执行多次步骤直至输出所有结果。',
'parameter-extractor': '利用 LLM 从自然语言内推理提取出结构化参数,用于后置的工具调用或 HTTP 请求。',
'document-extractor': '用于将用户上传的文档解析为 LLM 便于理解的文本内容。',
'list-filter': '用于对用户批量上传的文件进行筛选或者排序处理。',
'list-filter': '用于过滤或排序数组内容。',
},
operator: {
zoomIn: '放大',