fix: typo error fix (#1228)

This commit is contained in:
magic.chen
2024-03-01 19:33:16 +08:00
committed by GitHub
parent 0e61c55e12
commit ed4df23e4e
25 changed files with 39 additions and 37 deletions

View File

@@ -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,