cleanup_all
Clear all task artifacts—screenshots, logs, and transcripts—to reset the workspace. Optionally delete configuration and downloaded models while preserving the database.
Instructions
全局清理(类似恢复出厂):清空 note_results / static/screenshots / logs 的所有任务产物。
- include_config=False(默认):保留 config/(LLM key / cookie / 转写设置);
include_config=True 时连 config/ 一起清;
- include_models=False(默认):保留 models/(已下载模型可复用,重下成本高);
include_models=True 时连 models/ 一起清。
数据库记录(bili_note.db)不动。返回各目录清理统计 + 保留项。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| include_config | No | ||
| include_models | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |