pipeline_core/wwwroot/mobile_agent.ui

53 lines
1.8 KiB
XML

{
"widgettype": "VBox",
"options": {"width": "100%", "height": "100%", "padding": "0"},
"subwidgets": [
{
"widgettype": "ChipBar",
"id": "mobile_pipeline_chips",
"options": {
"width": "100%",
"height": "auto",
"dataurl": "/pipeline_core/api/my_pipelines.dspy",
"valueField": "id",
"textField": "name",
"empty_text": "暂无已购产线 · 请到「我的 → 产品商城」购买"
},
"binds": [
{
"wid": "self",
"event": "select",
"actiontype": "method",
"target": "app.mobile_agent_io",
"method": "set_pipeline"
},
{
"wid": "self",
"event": "select",
"actiontype": "urlwidget",
"target": "app.mobile_menus_wrap",
"options": {"url": "/pipeline_core/api/agent_menus.dspy", "method": "GET"}
}
]
},
{
"widgettype": "VBox",
"id": "mobile_menus_wrap",
"options": {"width": "100%", "height": "auto"}
},
{
"widgettype": "AgentIO",
"id": "mobile_agent_io",
"options": {
"css": "filler",
"margin": "0 24px 24px 24px",
"mobile_opts": {"margin": "0 8px 8px 8px"},
"url": "/pipeline_core/api/agent_chat.dspy",
"model_dataurl": "/pipeline_core/api/agent_model_options.dspy?capabilities=chat",
"model_cwidth": 14,
"placeholder": "输入你的需求..."
}
}
]
}