From 3357585443cb31c7a00a2b33607b91b8f2bef7b3 Mon Sep 17 00:00:00 2001 From: Xin Wang Date: Thu, 28 May 2026 13:36:14 +0800 Subject: [PATCH] Add response state configuration to FastGPT XFYun JSON file, enabling state tracking with customizable parameters for improved interaction management. --- config/fastgpt.xfyun.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/config/fastgpt.xfyun.json b/config/fastgpt.xfyun.json index e616962..1201045 100644 --- a/config/fastgpt.xfyun.json +++ b/config/fastgpt.xfyun.json @@ -47,7 +47,13 @@ "agent": { "system_prompt": "FastGPT app owns the system prompt when send_system_prompt is false.", "greeting": "您好,这里是无锡交警,我将为您远程处理交通事故。请将人员撤离至路侧安全区域,开启危险报警双闪灯、放置三角警告牌、做好安全防护,谨防二次事故伤害。若您已经准备好了,请点击继续办理,如需人工服务,请说转人工。", - "greeting_mode": "fixed" + "greeting_mode": "fixed", + "response_state": { + "enabled": false, + "tag": "state", + "event_type": "response.state", + "max_prefix_chars": 256 + } }, "services": { "stt": {