diff --git a/packages/dbgpt-core/src/dbgpt/agent/expand/actions/chart_action.py b/packages/dbgpt-core/src/dbgpt/agent/expand/actions/chart_action.py index 16f175d62..c3b50b916 100644 --- a/packages/dbgpt-core/src/dbgpt/agent/expand/actions/chart_action.py +++ b/packages/dbgpt-core/src/dbgpt/agent/expand/actions/chart_action.py @@ -98,7 +98,7 @@ class ChartAction(Action[SqlInput]): ) ) - content = json.dumps(param_dict) + content = json.dumps(param_dict, ensure_ascii=False) return ActionOutput( is_exe_success=True,