TypeScript SDKAPI ReferenceModelsOutputShellCallItemAction - TypeScript SDKCopy pageOutputShellCallItemAction type definitionThe TypeScript SDK and docs are currently in beta. Report issues on GitHub. Example Usage 1import { OutputShellCallItemAction } from "@openrouter/sdk/models";23let value: OutputShellCallItemAction = {4 commands: [5 "<value 1>",6 ],7 maxOutputLength: 586639,8 timeoutMs: 786403,9}; Fields FieldTypeRequiredDescriptioncommandsstring[]✔️N/AmaxOutputLengthnumber✔️N/AtimeoutMsnumber✔️N/A