AI写作智能体 自主规划任务,支持联网查询和网页读取,多模态高效创作各类分析报告、商业计划、营销方案、教学内容等。 广告
## 用户扩展资料 - 字段类型 ~~~[api] get:/v1/userprofiles/listFiledTpl <<< success { "code": 0, "msg": "ok", "data": [ { "type": "input", "title": "单行文本", "placeholder": "请输入", "require": 1 }, { "type": "textarea", "title": "多行文本", "placeholder": "请输入", "require": 1 }, { "type": "radio", "title": "单选", "options": [ "选项1", "选项2" ], "options_param": { "length": null, "max": null, "min": 2 }, "require": 1 }, { "type": "checkbox", "title": "多选", "options": [ "选项1", "选项2" ], "options_param": { "length": null, "max": null, "min": 2 }, "require": 1 } ] } <<< error ~~~