diff --git a/packages/service/core/workflow/dispatch/child/runTool.ts b/packages/service/core/workflow/dispatch/child/runTool.ts index eb617bcfe..c92c63ece 100644 --- a/packages/service/core/workflow/dispatch/child/runTool.ts +++ b/packages/service/core/workflow/dispatch/child/runTool.ts @@ -110,7 +110,7 @@ export const dispatchRunTool = async (props: RunToolProps): Promise { if (workflowStreamResponse && content) { - answerText = content; + answerText += content; workflowStreamResponse({ event: type as unknown as SseResponseEventEnum, data: textAdaptGptResponse({