Parcourir la source

docs(bash): clarify description parameter is required (#5353)

Jinhyeok Lee il y a 2 mois
Parent
commit
01fd0d8209
1 fichiers modifiés avec 1 ajouts et 2 suppressions
  1. 1 2
      packages/opencode/src/tool/bash.txt

+ 1 - 2
packages/opencode/src/tool/bash.txt

@@ -20,8 +20,7 @@ Usage notes:
     - The command argument is required.
     - You can specify an optional timeout in milliseconds (up to 600000ms / 10 minutes).
   If not specified, commands will timeout after 120000ms (2 minutes).
-    - It is very helpful if you write a clear, concise description of what this command
-  does in 5-10 words.
+    - The description argument is required. You must write a clear, concise description of what this command does in 5-10 words.
     - If the output exceeds 30000 characters, output will be truncated before being
   returned to you.
     - You can use the `run_in_background` parameter to run the command in the background,