mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-16 22:51:24 +00:00
feat(agent): Support non-ASCII characters in chart action JSON output
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user