CodexLocalShellTool - TypeScript SDK

CodexLocalShellTool type definition

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

Local shell tool configuration

Example Usage

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

Fields

FieldTypeRequiredDescription
type”local_shell”✔️N/A