zhihu_edit_answer
Edit your published Zhihu answers with preview-first confirmation. Append to the end or replace the full text, with automatic local backup. Only works on answers you authored.
Instructions
编辑你【已发布】的知乎回答。这会改动线上公开内容,因此有两步确认:默认 confirm=false 时只返回当前线上内容做预览、不修改;核对后带 confirm=true 才真正修改并提交。mode=append(默认)在原回答末尾追加,保留原内容与图片;mode=replace 整篇替换(注意:写入的是纯文本,原回答的图片/富文本格式会丢失)。修改前会自动本地备份原文。只能编辑本人发布的回答。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | append=末尾追加(默认,安全);replace=整篇替换(会丢失原富文本格式) | |
| text | Yes | append 模式为追加到末尾的文本;replace 模式为替换全文的文本(纯文本,换行分段) | |
| confirm | No | 默认 false 只预览当前内容不修改;true 才真正执行编辑并提交 | |
| answer_url | Yes | 回答链接,如 https://www.zhihu.com/question/{qid}/answer/{aid} 或 https://www.zhihu.com/answer/{aid} |