generate_weekly_review
Generate weekly work reports and retrospectives for Notion, summarizing completed tasks, ongoing work, and created notes to track productivity and progress.
Instructions
生成工作周报/复盘,默认为本周,week_offset=-1 为上周。
Args: week_offset: 0 = 本周,-1 = 上周,以此类推
Returns: WeeklyReview 字典,包含完成任务、进行中任务、创建笔记数和总结
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| week_offset | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||