部分类型注解修复,优化import顺序,删除无用API文件
This commit is contained in:
@@ -32,10 +32,10 @@ class BaseAction(ABC):
|
||||
reasoning: str,
|
||||
cycle_timers: dict,
|
||||
thinking_id: str,
|
||||
chat_stream: ChatStream = None,
|
||||
chat_stream: ChatStream,
|
||||
log_prefix: str = "",
|
||||
shutting_down: bool = False,
|
||||
plugin_config: dict = None,
|
||||
plugin_config: Optional[dict] = None,
|
||||
**kwargs,
|
||||
):
|
||||
"""初始化Action组件
|
||||
|
||||
Reference in New Issue
Block a user