A tool that allows the model to execute shell commands in a local environment.

interface LocalShell {
    type: "local_shell";
}

Properties

Properties

type: "local_shell"

The type of the local shell tool. Always local_shell.