ShellServerTool - TypeScript SDK

ShellServerTool type definition

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

Shell tool configuration

Example Usage

1import { ShellServerTool } from "@openrouter/sdk/models";
2
3let value: ShellServerTool = {
4 type: "shell",
5};

Fields

FieldTypeRequiredDescription
type”shell”✔️N/A