feat(prompt): 添加主人认证提示词功能 (#47)

This commit is contained in:
Eric-Terminal
2025-10-25 15:55:12 +08:00
committed by GitHub
parent f87c9e25ef
commit e15573e9d6
6 changed files with 149 additions and 19 deletions

View File

@@ -52,6 +52,7 @@ class PromptParameters:
# 其他内容块
keywords_reaction_prompt: str = ""
extra_info_block: str = ""
auth_role_prompt_block: str = ""
time_block: str = ""
identity_block: str = ""
schedule_block: str = ""