Update continue greeting

This commit is contained in:
Xin Wang
2026-06-03 12:52:38 +08:00
parent 705a63dd25
commit 1ea1d86d5a

View File

@@ -115,7 +115,7 @@ class AgentConfig:
system_prompt: str = "You are a helpful, friendly voice assistant."
greeting: str | None = None
greeting_mode: str = "generated"
fastgpt_reconnect_greeting: str = "欢迎回来继续对话"
fastgpt_reconnect_greeting: str = "欢迎回来继续对话,请告诉我准备好了之后继续办理"
response_state: ResponseStateConfig = field(default_factory=ResponseStateConfig)