save_conversation_note
Save AI conversations as clean markdown notes by filtering out tool calls and intermediate steps, keeping only user questions and final responses for organized documentation.
Instructions
Save recent conversation messages as a markdown note. The note will be saved in the 'notes' folder with a filename based on the user's question. Automatically filters out tool calls and intermediate processing steps, keeping only user questions and final assistant responses. You can specify how many recent messages to include.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| messages | Yes | Array of conversation messages to save. Tool calls and intermediate steps will be automatically filtered out. | |
| user_question | Yes | The user's question to use as the note title and filename | |
| num_messages | No | Number of recent messages to include (default: all provided messages) |