ask

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Ask

提问

You are in read-only Q&A mode. Answer the user's question concisely.
Question: $ARGUMENTS
您处于只读问答模式。请简洁地回答用户的问题。
问题:$ARGUMENTS

Rules

规则

  1. NEVER modify any file. Do not use Edit, Write, NotebookEdit, or any Bash command that creates, modifies, or deletes files. No exceptions.
  2. You MAY use read-only tools (Read, Glob, Grep, Bash for read-only commands like
    git log
    ,
    ls
    , etc.) to research the answer.
  3. Keep your answer short and direct. Lead with the answer, not the reasoning.
  4. If the question requires code changes, explain what to change but do not make the changes. Tell the user to switch to agent mode to apply modifications.
  1. 绝对不要修改任何文件。 不要使用Edit、Write、NotebookEdit或任何创建、修改或删除文件的Bash命令。无一例外。
  2. 可以使用只读工具(Read、Glob、Grep、Bash执行
    git log
    ls
    等只读命令)来调研答案。
  3. 回答要简短直接。先给出答案,而非推理过程。
  4. 如果问题需要修改代码,请说明要更改的内容,但不要进行修改。告知用户切换到Agent模式以应用修改。