From 1ea1d86d5a08a05a912e0323f6c380994858fa51 Mon Sep 17 00:00:00 2001 From: Xin Wang Date: Wed, 3 Jun 2026 12:52:38 +0800 Subject: [PATCH] Update continue greeting --- src/voice/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/voice/config.py b/src/voice/config.py index d1d71f3..4568a63 100644 --- a/src/voice/config.py +++ b/src/voice/config.py @@ -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)