mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-08-05 02:20:08 +00:00
feat(Agent): ChatAgent And AgentHub
1.Upgrade sqlalchemy to version 2.0
This commit is contained in:
parent
0e8fe405b1
commit
3f14af453d
@ -327,7 +327,7 @@ class ApiCall:
|
|||||||
# wait api call generate complete
|
# wait api call generate complete
|
||||||
if self.__check_last_plugin_call_ready(llm_text):
|
if self.__check_last_plugin_call_ready(llm_text):
|
||||||
self.update_from_context(llm_text)
|
self.update_from_context(llm_text)
|
||||||
for key, value in self.plugin_status_map:
|
for key, value in self.plugin_status_map.items():
|
||||||
if value.status == Status.TODO.value:
|
if value.status == Status.TODO.value:
|
||||||
value.status = Status.RUNNING.value
|
value.status = Status.RUNNING.value
|
||||||
logging.info(f"插件执行:{value.name},{value.args}")
|
logging.info(f"插件执行:{value.name},{value.args}")
|
||||||
|
Loading…
Reference in New Issue
Block a user