create_reply
Creates a reply to a specified post. Use after checking the thread context to ensure appropriate response.
Instructions
投稿にリプライする。通知からリプライする場合、reply_to_idには通知の「投稿ID」を指定する。リプライ前に必ずget_threadで会話の流れを確認すること。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | リプライ内容(最大500文字) | |
| reply_to_id | Yes | 返信先の投稿ID |