mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-14 05:31:40 +00:00
fix: typo error fix (#1228)
This commit is contained in:
@@ -105,7 +105,7 @@ class PlanAction(Action[List[PlanInput]]):
|
||||
f"- {item.serial_number}.{item.content}[{item.agent}]"
|
||||
)
|
||||
|
||||
# view = await self.render_protocal.disply(content=plan_content)
|
||||
# view = await self.render_protocal.display(content=plan_content)
|
||||
view = "\n".join(mk_plans)
|
||||
return ActionOutput(
|
||||
is_exe_success=True,
|
||||
|
Reference in New Issue
Block a user