ed_reply_to_comment
Reply to an existing Ed comment with markdown content. The reply is published immediately, with optional private or anonymous visibility.
Instructions
回复 Ed 上已有的评论。发出即上线。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | Reply content in markdown | |
| comment_id | Yes | Ed comment ID to reply to (from ed_get_thread JSON output) | |
| is_private | No | ||
| is_anonymous | No |