terminal_linux
Run a Linux shell command inside a container and return its output. Provides isolated command execution.
Instructions
Run a shell command inside the container (Linux sh) and return its output.
Args:
command: The shell command to execute.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes |