feat(chat): 为PromptParameters添加notice_block字段

This commit is contained in:
Windpicker-owo
2025-10-19 23:24:03 +08:00
parent 73cddf1121
commit 2bdc7b5fe5

View File

@@ -60,6 +60,7 @@ class PromptParameters:
reply_target_block: str = "" reply_target_block: str = ""
mood_prompt: str = "" mood_prompt: str = ""
action_descriptions: str = "" action_descriptions: str = ""
notice_block: str = ""
# 可用动作信息 # 可用动作信息
available_actions: dict[str, Any] | None = None available_actions: dict[str, Any] | None = None