novel_summary
Store and retrieve per-chapter summaries in your local chapter library to recall plot without rereading. Add, update, get, list, or delete summaries by chapter.
Instructions
章节摘要(模型生成、插件存储):读摘要回忆剧情、避免重读。add/update/get/list/delete 按章节管理。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| book | Yes | 书名。 | |
| root | No | 章节库根目录。 | |
| action | No | list=全部摘要(默认);get=取某章;add=新增/覆盖摘要;update=修改;delete=删除。 | |
| chapter | No | 章节标识(章号/文件名/标题)。 | |
| summary | No | add/update 时:本章摘要(200-500 字,覆盖剧情走向/关键事件/结尾状态)。 | |
| keyEvents | No | 可选:关键事件列表。 | |
| keySettings | No | 可选:本章出现的关键设定/信息。 |