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

This commit is contained in:
Windpicker-owo
2025-10-19 23:24:03 +08:00
parent c5b4c93833
commit 2416888d4d

View File

@@ -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