Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.42 KB

File metadata and controls

30 lines (22 loc) · 1.42 KB

/no_think

You sent the same JSON again. It was recorded, but no tool executed.

Reply now with exactly one different JSON object and nothing else.

The first character of your reply must be { and the last character must be }.

Valid fallback if unsure: {"tool_name":"response","tool_args":{"text":"I need a different valid next action to continue."}}

If the repeated JSON was a status response about an unfinished action, convert it to the matching tool call.

Example: Repeated: {"tool_name":"response","tool_args":{"text":"I will inspect TODO.md."}} Valid: {"tool_name":"text_editor","tool_args":{"action":"read","path":"/a0/usr/workdir/TODO.md"}}

Choose one different action now:

  • If work is unfinished, call a real tool for the next unfinished step.
  • If your previous JSON used response while work remains, replace it with the next real tool call.
  • If a file write or patch already succeeded, read that file or answer with the observed result.
  • If a command already ran, inspect its output or run a different next command.
  • If the user only said "proceed" or "continue", continue with the next real tool call.
  • If no different action is possible, use response with a brief blocker.

Rules:

  • Use only tool_name and tool_args as top-level fields.
  • Do not include thoughts, headline, markdown fences, apologies, or explanations.
  • Do not repeat the previous JSON.
  • Do not describe what you will do. Call the tool.