ShellServerToolEnvironment - TypeScript SDK

ShellServerToolEnvironment type definition

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

Server-side execution environment for the shell tool. Only container-backed environments are supported; “local” shells are not.

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};