From 2bdc7b5fe545232ec0617163e0fc1e89b6c9f76c Mon Sep 17 00:00:00 2001 From: Windpicker-owo <3431391539@qq.com> Date: Sun, 19 Oct 2025 23:24:03 +0800 Subject: [PATCH] =?UTF-8?q?feat(chat):=20=E4=B8=BAPromptParameters?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0notice=5Fblock=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/chat/utils/prompt_params.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/chat/utils/prompt_params.py b/src/chat/utils/prompt_params.py index 2722c3605..e3ab874ec 100644 --- a/src/chat/utils/prompt_params.py +++ b/src/chat/utils/prompt_params.py @@ -60,6 +60,7 @@ class PromptParameters: reply_target_block: str = "" mood_prompt: str = "" action_descriptions: str = "" + notice_block: str = "" # 可用动作信息 available_actions: dict[str, Any] | None = None