LocalShellCallItemAction - TypeScript SDK

LocalShellCallItemAction type definition

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

Example Usage

1import { LocalShellCallItemAction } from "@openrouter/sdk/models";
2
3let value: LocalShellCallItemAction = {
4 command: [
5 "<value 1>",
6 ],
7 env: {},
8 type: "exec",
9};

Fields

FieldTypeRequiredDescription
commandstring[]✔️N/A
envRecord<string, *string*>✔️N/A
timeoutMsnumberN/A
typemodels.TypeExec✔️N/A
userstringN/A
workingDirectorystringN/A