BashServerToolEnvironment - TypeScript SDK

BashServerToolEnvironment type definition

The TypeScript SDK and docs are currently in beta. Report issues on GitHub.

Execution environment for the bash server tool.

Supported Types

models.ContainerAutoEnvironment

1const value: models.ContainerAutoEnvironment = {
2 type: "container_auto",
3};

models.ContainerReferenceEnvironment

1const value: models.ContainerReferenceEnvironment = {
2 containerId: "cntr_abc123",
3 type: "container_reference",
4};