plannotator-annotate
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChinesePlannotator Annotate
Plannotator 标注
Run:
bash
plannotator annotate $ARGUMENTSThe output will be one of:
- The exact text , or a JSON object with
The user approved.. Acknowledge with a single sentence and stop. Do not begin any work."decision": "approved" - Empty, or a JSON object with . Acknowledge with a single sentence and stop. Do not begin any work.
"decision": "dismissed" - Plaintext annotation feedback, or a JSON object with and a
"decision": "annotated"field. Address the feedback in the same conversation."feedback"
Do not ask the user to copy shell commands into chat. Run the command yourself.
运行:
bash
plannotator annotate $ARGUMENTS输出结果将为以下情况之一:
- 精确文本,或包含
The user approved.的JSON对象。回复一句确认语后停止,无需开展任何工作。"decision": "approved" - 空内容,或包含的JSON对象。回复一句确认语后停止,无需开展任何工作。
"decision": "dismissed" - 纯文本标注反馈,或包含和
"decision": "annotated"字段的JSON对象。在同一段对话中处理该反馈。"feedback"
请勿要求用户将Shell命令复制到聊天框中,请自行运行该命令。