🤖 自动格式化代码 [skip ci]
This commit is contained in:
@@ -6,6 +6,7 @@ from src.chat.focus_chat.planners.action_manager import ActionManager
|
||||
|
||||
logger = get_logger("observation")
|
||||
|
||||
|
||||
# 特殊的观察,专门用于观察动作
|
||||
# 所有观察的基类
|
||||
class ActionObservation:
|
||||
@@ -21,7 +22,6 @@ class ActionObservation:
|
||||
def get_observe_info(self):
|
||||
return self.observe_info
|
||||
|
||||
|
||||
def set_action_manager(self, action_manager: ActionManager):
|
||||
self.action_manager = action_manager
|
||||
self.all_actions = self.action_manager.get_registered_actions()
|
||||
|
||||
Reference in New Issue
Block a user