plannotator-last
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChinesePlannotator Last
Plannotator Last
Run:
bash
plannotator annotate-last $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. Revise the last message or continue based on the feedback."feedback"
Do not ask the user to copy shell commands into chat. Run the command yourself.
运行:
bash
plannotator annotate-last $ARGUMENTS输出将为以下情况之一:
- 精确文本,或包含
The user approved.的JSON对象。用一句话确认后停止,不要开始任何工作。"decision": "approved" - 空内容,或包含的JSON对象。用一句话确认后停止,不要开始任何工作。
"decision": "dismissed" - 纯文本注释反馈,或包含和
"decision": "annotated"字段的JSON对象。根据反馈修改上一条消息或继续操作。"feedback"
请勿要求用户将Shell命令复制到聊天中。自行运行该命令。