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