From aed3f9bfdfd940e7e0c803b65fc2302fbd9cd6b4 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Sun, 16 Aug 2026 15:22:26 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20agent/index.ui=20url=E5=89=8D=E7=BC=80?= =?UTF-8?q?=E6=94=B9=E4=B8=8B=E5=88=92=E7=BA=BF(/pipeline=5Fcore/)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wwwroot/agent/index.ui | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wwwroot/agent/index.ui b/wwwroot/agent/index.ui index 07aa34e..ae2a57b 100644 --- a/wwwroot/agent/index.ui +++ b/wwwroot/agent/index.ui @@ -16,8 +16,8 @@ "id": "chat_io", "options": { "css": "filler", - "url": "/pipeline-core/api/agent_chat.dspy", - "model_dataurl": "/pipeline-core/api/agent_model_options.dspy", + "url": "/pipeline_core/api/agent_chat.dspy", + "model_dataurl": "/pipeline_core/api/agent_model_options.dspy", "model_cwidth": 14, "placeholder": "输入你的需求..." }