From f2a17cc9d4b94b051a720275ec9a41e0e294b8e8 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Mon, 31 Aug 2026 22:03:56 +0800 Subject: [PATCH] =?UTF-8?q?fix(session):=20=E9=BB=98=E8=AE=A4tab=20session?= =?UTF-8?q?=5Fid=E6=8C=89=E4=BA=A7=E7=BA=BF=E5=88=86=E7=A6=BB(default=5Fsd?= =?UTF-8?q?lc=5Fgeneral)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wwwroot/agent/index.ui | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wwwroot/agent/index.ui b/wwwroot/agent/index.ui index d9537de..364ec60 100644 --- a/wwwroot/agent/index.ui +++ b/wwwroot/agent/index.ui @@ -42,15 +42,15 @@ "subwidgets": [ { "widgettype": "urlwidget", - "options": {"url": "{{entire_url('/pipeline_core/api/agent_menus.dspy')}}?session_id=default&pipeline_id=sdlc_general", "method": "GET"} + "options": {"url": "{{entire_url('/pipeline_core/api/agent_menus.dspy')}}?session_id=default_sdlc_general&pipeline_id=sdlc_general", "method": "GET"} }, { "widgettype": "AgentIO", "options": { "css": "filler", "margin": "0 24px 24px 24px", - "url": "/pipeline_core/api/agent_chat.dspy?session_id=default&pipeline_id=sdlc_general", - "model_dataurl": "/pipeline_core/api/agent_model_options.dspy?session_id=default&pipeline_id=sdlc_general", + "url": "/pipeline_core/api/agent_chat.dspy?session_id=default_sdlc_general&pipeline_id=sdlc_general", + "model_dataurl": "/pipeline_core/api/agent_model_options.dspy?session_id=default_sdlc_general&pipeline_id=sdlc_general", "model_cwidth": 14, "placeholder": "输入你的需求..." }