course_report
Generates a Markdown skeleton for a course report, saving it to reports/ with specified title, course, and sections. Returns the saved path and structure.
Instructions
生成一份课设报告 Markdown 骨架并保存到 reports/ 目录,返回保存路径与结构。
title: 报告标题(同时作为文件名)
course_name: 课程名称
student: 姓名学号(默认占位)
sections: 主体章节数(1-8)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| student | No | (姓名学号) | |
| sections | No | ||
| course_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |