save_reply
Save a ChatGPT reply to a local file without passing the full text through the model, extract the largest markdown block, and get word and section stats.
Instructions
Write a reply to a file under the work dir without passing the whole text through the model. reply_format largest_markdown extracts the biggest ```markdown block (falls back to full text). Returns word/section stats.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chat | Yes | ||
| path | Yes | ||
| index | No | ||
| reply_format | No | largest_markdown |