From aa5eb26d37dfe875d9b3d1adb99bb71d78cdb013 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Mon, 31 Aug 2026 22:03:48 +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=5Fbi?= =?UTF-8?q?dding=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 7bb7bd3..19d809c 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=bidding_general", "method": "GET"} + "options": {"url": "{{entire_url('/pipeline_core/api/agent_menus.dspy')}}?session_id=default_bidding_general&pipeline_id=bidding_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=bidding_general", - "model_dataurl": "/pipeline_core/api/agent_model_options.dspy?session_id=default", + "url": "/pipeline_core/api/agent_chat.dspy?session_id=default_bidding_general&pipeline_id=bidding_general", + "model_dataurl": "/pipeline_core/api/agent_model_options.dspy?session_id=default_bidding_general", "model_cwidth": 14, "placeholder": "输入你的需求..." }