run_terminal_command
Executes a specified command.
Arguments
Name | Type | Description | Required |
---|---|---|---|
command | string | The command to be executed. | |
path_to_directory | string | The filesystem path to the directory where the command should be executed. |
Returns
Type | Description |
---|---|
null | This tool does not return any value. |
Example
Last updated