mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-11 13:58:58 +00:00
feat(dbgpts): fix dbgpts bug
This commit is contained in:
@@ -49,7 +49,7 @@ vis_client.register(VisApiResponse)
|
||||
def vis_name_change(vis_message: str) -> str:
|
||||
"""Change vis tag name use new name."""
|
||||
replacements = {
|
||||
"```vis-chart": "```vis-chart",
|
||||
"```vis-chart": "```vis-db-chart",
|
||||
}
|
||||
|
||||
for old_tag, new_tag in replacements.items():
|
||||
|
Reference in New Issue
Block a user