mirror of
https://github.com/AstrBotDevs/AstrBot
synced 2026-07-16 01:40:15 +08:00
fix: re-export BACKGROUND_TASK_WOKE_USER_PROMPT and CONVERSATION_HISTORY_INJECT_PREFIX from astr_main_agent_resources
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
import base64
|
||||
|
||||
from astrbot.core.tools.prompts import ( # noqa: F401 — re-export for backward compatibility
|
||||
BACKGROUND_TASK_WOKE_USER_PROMPT,
|
||||
CONVERSATION_HISTORY_INJECT_PREFIX,
|
||||
)
|
||||
|
||||
LLM_SAFETY_MODE_SYSTEM_PROMPT = """You are running in Safe Mode.
|
||||
|
||||
Rules:
|
||||
|
||||
Reference in New Issue
Block a user