Merge branch 'dev' into feature/kfc
This commit is contained in:
@@ -94,7 +94,7 @@ class ChatterActionManager:
|
||||
log_prefix=log_prefix,
|
||||
shutting_down=shutting_down,
|
||||
plugin_config=plugin_config,
|
||||
action_message=action_message,
|
||||
action_message=action_message, # type: ignore
|
||||
)
|
||||
|
||||
logger.debug(f"创建Action实例成功: {action_name}")
|
||||
@@ -154,6 +154,8 @@ class ChatterActionManager:
|
||||
Returns:
|
||||
执行结果字典
|
||||
"""
|
||||
assert global_config is not None
|
||||
|
||||
chat_stream = None
|
||||
try:
|
||||
# 获取 chat_stream
|
||||
|
||||
Reference in New Issue
Block a user