TypeScript SDKAPI ReferenceModelsLocalShellCallItemAction - TypeScript SDKCopy pageLocalShellCallItemAction type definitionThe TypeScript SDK and docs are currently in beta. Report issues on GitHub. Example Usage 1import { LocalShellCallItemAction } from "@openrouter/sdk/models";23let value: LocalShellCallItemAction = {4 command: [5 "<value 1>",6 ],7 env: {},8 type: "exec",9}; Fields FieldTypeRequiredDescriptioncommandstring[]✔️N/AenvRecord<string, *string*>✔️N/AtimeoutMsnumber➖N/Atypemodels.TypeExec✔️N/Auserstring➖N/AworkingDirectorystring➖N/A