Skip to content

Commit 9b8309f

Browse files
committed
misc: small fix or general refactoring i did not bother commenting
1 parent 0704334 commit 9b8309f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/namespaces.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -273,16 +273,16 @@ Let the agent execute shell commands.
273273
> [!WARNING]
274274
> Using this tool will bypass the filesystem jail mechanism
275275

276+
> [!TIP]
277+
> The default timeout for shell commands is 60 seconds. You can override this value by setting the `NERVE_SHELL_TIMEOUT` environment variable.
278+
276279
<details>
277280
<summary><b>Show Tools</b></summary>
278281

279282
### `shell`
280283

281284
<pre>Execute a shell command on the local computer and return the output. Non interactive shell with a timeout of 60 seconds.</pre>
282285

283-
> [!TIP]
284-
> The default timeout for shell commands is 60 seconds. You can override this value by setting the `NERVE_SHELL_TIMEOUT` environment variable.
285-
286286
**Parameters**
287287

288288
* `command` <i>(<class 'str'>)</i>: The shell command to execute

0 commit comments

Comments
 (0)