mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-13 21:21:08 +00:00
feat(agent):Fix agent bug (#1953)
Co-authored-by: aries_ckt <916701291@qq.com>
This commit is contained in:
@@ -40,7 +40,7 @@ class PlanAction(Action[List[PlanInput]]):
|
||||
|
||||
def __init__(self, **kwargs):
|
||||
"""Create a plan action."""
|
||||
super().__init__()
|
||||
super().__init__(**kwargs)
|
||||
self._render_protocol = VisAgentPlans()
|
||||
|
||||
@property
|
||||
|
Reference in New Issue
Block a user