mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-13 05:01:25 +00:00
chore:upgrade wechat (#1286)
This commit is contained in:
@@ -54,8 +54,8 @@ class PluginAssistantAgent(ConversableAgent):
|
||||
if item.type == ResourceType.Plugin:
|
||||
item_list.append(item.value)
|
||||
self.plugin_generator = await plugin_loader_client.a_load_plugin(
|
||||
item_list, self.plugin_generator
|
||||
)
|
||||
item_list, self.plugin_generator
|
||||
)
|
||||
|
||||
def prepare_act_param(self) -> Optional[Dict]:
|
||||
return {"plugin_generator": self.plugin_generator}
|
||||
|
Reference in New Issue
Block a user