Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
赵月辉
/
fastgpt-migrated
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Unverified
Commit
7b5458ea
authored
Jul 20, 2026
by
Archer
Committed by
GitHub
Jul 20, 2026
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(dataset): translate image parse node response (#7331)
parent
9601a1a8
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
3 deletions
+6
-3
packages/service/core/workflow/dispatch/dataset/nodeResponse.ts
+1
-1
packages/service/test/core/workflow/dispatch/ai/agent/sub/dataset.test.ts
+1
-1
packages/service/test/core/workflow/dispatch/dataset/search.test.ts
+1
-1
packages/web/i18n/en/chat.json
+1
-0
packages/web/i18n/zh-CN/chat.json
+1
-0
packages/web/i18n/zh-Hant/chat.json
+1
-0
No files found.
packages/service/core/workflow/dispatch/dataset/nodeResponse.ts
View file @
7b5458ea
...
...
@@ -81,7 +81,7 @@ export const createImageCaptionChildNodeResponse = ({
requestIds
,
usage
,
seconds
,
moduleName
:
i18nT
(
'
account_usage
:image_parse'
),
moduleName
:
i18nT
(
'
chat
:image_parse'
),
textOutput
:
queries
.
join
(
'\n'
)
});
...
...
packages/service/test/core/workflow/dispatch/ai/agent/sub/dataset.test.ts
View file @
7b5458ea
...
...
@@ -441,7 +441,7 @@ describe('dispatchAgentDatasetSearch', () => {
expect
(
result
.
nodeResponse
?.
childrenResponses
).
toEqual
([
expect
.
objectContaining
({
id
:
'req_image_caption'
,
moduleName
:
'
account_usage
:image_parse'
,
moduleName
:
'
chat
:image_parse'
,
llmRequestIds
:
[
'req_image_caption'
],
totalPoints
:
0.12
,
textOutput
:
'image caption'
...
...
packages/service/test/core/workflow/dispatch/dataset/search.test.ts
View file @
7b5458ea
...
...
@@ -267,7 +267,7 @@ describe('dispatchDatasetSearch', () => {
id
:
'req_image_caption_1'
,
nodeId
:
'req_image_caption_1'
,
moduleType
:
FlowNodeTypeEnum
.
datasetSearchNode
,
moduleName
:
'
account_usage
:image_parse'
,
moduleName
:
'
chat
:image_parse'
,
moduleLogo
:
'core/workflow/template/datasetSearch'
,
runningTime
:
1.5
,
model
:
'gpt-vision name'
,
...
...
packages/web/i18n/en/chat.json
View file @
7b5458ea
...
...
@@ -52,6 +52,7 @@
"home.chat_app"
:
"HomeChat-{{name}}"
,
"home.select_tools"
:
"Select Tool"
,
"home.tools"
:
"Tool: {{num}}"
,
"image_parse"
:
"Image parsing"
,
"in_progress"
:
"In Progress"
,
"input_guide"
:
"Input Guide"
,
"input_placeholder_phone"
:
"Please enter your question"
,
...
...
packages/web/i18n/zh-CN/chat.json
View file @
7b5458ea
...
...
@@ -52,6 +52,7 @@
"home.chat_app"
:
"首页聊天"
,
"home.select_tools"
:
"选择工具"
,
"home.tools"
:
"工具:{{num}}"
,
"image_parse"
:
"图片解析"
,
"in_progress"
:
"进行中"
,
"input_guide"
:
"输入引导"
,
"input_placeholder_phone"
:
"发消息给FastGPT"
,
...
...
packages/web/i18n/zh-Hant/chat.json
View file @
7b5458ea
...
...
@@ -52,6 +52,7 @@
"home.chat_app"
:
"首页聊天"
,
"home.select_tools"
:
"選擇工具"
,
"home.tools"
:
"工具:{{num}}"
,
"image_parse"
:
"圖片解析"
,
"in_progress"
:
"進行中"
,
"input_guide"
:
"輸入導引"
,
"input_placeholder_phone"
:
"請輸入問題"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment