delete_summary
Remove unwanted chat summary files to maintain organized documentation and free up storage space in your notes directory.
Instructions
Delete a chat summary file.
Args: filename: Name of the summary file to delete
Returns: Confirmation message
Input Schema
Name | Required | Description | Default |
---|---|---|---|
filename | Yes |
Input Schema (JSON Schema)
{
"properties": {
"filename": {
"title": "Filename",
"type": "string"
}
},
"required": [
"filename"
],
"title": "delete_summaryArguments",
"type": "object"
}