mirror of
https://github.com/csunny/DB-GPT.git
synced 2026-07-18 11:26:06 +00:00
fix(core): Fix no ApiCall class bug
This commit is contained in:
committed by
chengfangyin2
parent
f575cf3bd8
commit
3a70edcfdf
@@ -1,5 +1,6 @@
|
||||
from typing import Dict
|
||||
|
||||
from dbgpt.agent.commands.command_mange import ApiCall
|
||||
from dbgpt.app.scene import BaseChat, ChatScene
|
||||
from dbgpt._private.config import Config
|
||||
from dbgpt.util.executor_utils import blocking_func_to_async
|
||||
|
||||
Reference in New Issue
Block a user