feat(chat): 为PromptParameters添加notice_block字段
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user