OutputShellCallItemAction - TypeScript SDK

OutputShellCallItemAction type definition

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

Example Usage

1import { OutputShellCallItemAction } from "@openrouter/sdk/models";
2
3let value: OutputShellCallItemAction = {
4 commands: [
5 "<value 1>",
6 ],
7 maxOutputLength: 586639,
8 timeoutMs: 786403,
9};

Fields

FieldTypeRequiredDescription
commandsstring[]✔️N/A
maxOutputLengthnumber✔️N/A
timeoutMsnumber✔️N/A