Skip to main content
The TypeScript SDK and docs are currently in beta. Report issues on GitHub.
Local shell tool configuration

Example Usage

import { CodexLocalShellTool } from "@openrouter/sdk/models";

let value: CodexLocalShellTool = {
  type: "local_shell",
};

Fields

FieldTypeRequiredDescription
type”local_shell”:heavy_check_mark:N/A