diff --git a/apps/application/flow/tools.py b/apps/application/flow/tools.py
index 17dc3c010b3..d14e8319ca2 100644
--- a/apps/application/flow/tools.py
+++ b/apps/application/flow/tools.py
@@ -303,7 +303,7 @@ def generate_tool_message_complete(icon, name, input_content, output_content):
"output": output_content
}
}
- return f'{json.dumps(content)}'
+ return f'{json.dumps(content, ensure_ascii=False)}'
# 全局单例事件循环