From a6dd04f4095f79de238b30afbd79027404b321f6 Mon Sep 17 00:00:00 2001 From: yhjun1026 <460342015@qq.com> Date: Mon, 20 Nov 2023 18:04:23 +0800 Subject: [PATCH] feat(ChatDB): ChatDB change name to ChatData 1.ChatDB change name to ChatData --- pilot/base_modules/agent/commands/command_mange.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pilot/base_modules/agent/commands/command_mange.py b/pilot/base_modules/agent/commands/command_mange.py index dd95ee2db..a8445b7dd 100644 --- a/pilot/base_modules/agent/commands/command_mange.py +++ b/pilot/base_modules/agent/commands/command_mange.py @@ -371,6 +371,7 @@ class ApiCall: else: api_call_element = ET.Element("chart-view") api_call_element.attrib["content"] = self.__to_antv_vis_param(api_status) + api_call_element.text = "\n" # api_call_element.set("content", self.__to_antv_vis_param(api_status)) # api_call_element.text = self.__to_antv_vis_param(api_status) result = ET.tostring(api_call_element, encoding="utf-8")