{ "widgettype": "VBox", "options": {"width": "100%", "height": "100%", "padding": "0"}, "subwidgets": [ { "widgettype": "HBox", "options": {"width": "100%", "alignItems": "center", "padding": "16px 24px 8px 24px", "cheight": 6, "gap": "12px"}, "subwidgets": [ {"widgettype": "Title2", "options": {"text": "智能助手"}}, {"widgettype": "Text", "options": {"text": "通用 AI 对话能力", "cfontsize": 0.9, "color": "#94a3b8"}}, {"widgettype": "Filler"} ] }, { "widgettype": "AgentIO", "id": "chat_io", "options": { "css": "filler", "url": "/pipeline_core/api/agent_chat.dspy", "model_dataurl": "/pipeline_core/api/agent_model_options.dspy", "model_cwidth": 14, "placeholder": "输入你的需求..." } } ] }