plannotator-annotate

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Plannotator Annotate

Plannotator 标注

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