fix: agent/index.ui url前缀改下划线(/pipeline_core/)

This commit is contained in:
yumoqing 2026-08-16 15:22:26 +08:00
parent bf5d12a389
commit aed3f9bfdf

View File

@ -16,8 +16,8 @@
"id": "chat_io", "id": "chat_io",
"options": { "options": {
"css": "filler", "css": "filler",
"url": "/pipeline-core/api/agent_chat.dspy", "url": "/pipeline_core/api/agent_chat.dspy",
"model_dataurl": "/pipeline-core/api/agent_model_options.dspy", "model_dataurl": "/pipeline_core/api/agent_model_options.dspy",
"model_cwidth": 14, "model_cwidth": 14,
"placeholder": "输入你的需求..." "placeholder": "输入你的需求..."
} }