diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 000000000..038739459 Binary files /dev/null and b/.DS_Store differ diff --git a/src/do_tool/tool_can_use/change_mood.py b/src/do_tool/tool_can_use/change_mood.py index 67c7f6690..7176cb3db 100644 --- a/src/do_tool/tool_can_use/change_mood.py +++ b/src/do_tool/tool_can_use/change_mood.py @@ -28,8 +28,7 @@ class ChangeMoodTool(BaseTool): Args: function_args: 工具参数 - message_processed_plain_text: 原始消息文本 - response_set: 原始消息文本 + message_txt: 原始消息文本 Returns: Dict: 工具执行结果 diff --git a/src/do_tool/tool_can_use/change_relationship.py b/src/do_tool/tool_can_use/change_relationship.py index 448dba6a8..f46fd6528 100644 --- a/src/do_tool/tool_can_use/change_relationship.py +++ b/src/do_tool/tool_can_use/change_relationship.py @@ -27,9 +27,7 @@ class RelationshipTool(BaseTool): Args: function_args: 包含工具参数的字典 - text: 原始消息文本 - changed_value: 变更值 - reason: 变更原因 + message_txt: 原始消息文本 Returns: dict: 包含执行结果的字典 diff --git a/src/plugins/PFC/reply_generator.py b/src/plugins/PFC/reply_generator.py index 98f0c18e0..bb4719002 100644 --- a/src/plugins/PFC/reply_generator.py +++ b/src/plugins/PFC/reply_generator.py @@ -30,11 +30,8 @@ class ReplyGenerator: """生成回复 Args: - goal: 对话目标 - chat_history: 聊天历史 - knowledge_cache: 知识缓存 - previous_reply: 上一次生成的回复(如果有) - retry_count: 当前重试次数 + observation_info: 观察信息 + conversation_info: 对话信息 Returns: str: 生成的回复 diff --git a/src/plugins/schedule/schedule_generator.py b/src/plugins/schedule/schedule_generator.py index 7c8103442..592bf2a40 100644 --- a/src/plugins/schedule/schedule_generator.py +++ b/src/plugins/schedule/schedule_generator.py @@ -235,6 +235,7 @@ class ScheduleGenerator: Args: num (int): 需要获取的日程数量,默认为1 + time_info (bool): 是否包含时间信息,默认为False Returns: list: 最新加入的日程列表