upload_html
Upload HTML content to a project to generate slides with text summaries and structural warnings.
Instructions
上传 HTML 内容到项目。支持直接传入 HTML 字符串或本地文件路径。返回幻灯片数量、每页文本摘要和结构性警告。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | 项目 ID | |
| html_content | No | 完整 HTML 内容(与 html_file 二选一) | |
| html_file | No | 本地 HTML 文件路径(与 html_content 二选一) |