mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-15 05:59:59 +00:00
chore(graphrag): upgrade dbgpt-tugraph-plugins to version 0.1.1 (#2213)
Co-authored-by: Fangyin Cheng <staneyffer@gmail.com>
This commit is contained in:
@@ -80,8 +80,8 @@ class ConversableAgent(Role, Agent):
|
||||
or not self.resource.get_resource_by_type(action.resource_need)
|
||||
):
|
||||
raise ValueError(
|
||||
f"{self.name}[{self.role}] Missing resources[{action.resource_need}] required for "
|
||||
"runtime!"
|
||||
f"{self.name}[{self.role}] Missing resources"
|
||||
f"[{action.resource_need}] required for runtime!"
|
||||
)
|
||||
else:
|
||||
if not self.is_human and not self.is_team:
|
||||
|
Reference in New Issue
Block a user