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": "输入你的需求..." }