mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-06 03:20:41 +00:00
feat(core): Upgrade pydantic to 2.x (#1428)
This commit is contained in:
@@ -34,8 +34,6 @@ class DashboardAssistantAgent(ConversableAgent):
|
||||
"professional reports"
|
||||
)
|
||||
|
||||
max_retry_count: int = 3
|
||||
|
||||
def __init__(self, **kwargs):
|
||||
"""Create a new instance of DashboardAssistantAgent."""
|
||||
super().__init__(**kwargs)
|
||||
|
Reference in New Issue
Block a user