save_summaries
Save all current conversation summaries to a timestamped file, appending each record in sequence. Use this to persist active notes and build a durable history.
Instructions
保存当前所有总结到文件。
当用户说"保存总结"时,使用此工具将当前内存中的所有总结记录保存到文件中。
保存方式:
打开 当前时间戳YYYYMMDD.md 文件
将当前的所有记录summaries数组内的内容,依序添加在文件后续
只记录字符串,不用记录json格式
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| customPath | No | 可选的自定义文件保存路径,如果不提供则使用环境变量中的路径 |