The TypeScript SDK and docs are currently in beta.
Report issues on GitHub.
Example Usage
import { ShellCallItemAction } from "@openrouter/sdk/models";
let value: ShellCallItemAction = {
commands: [],
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
commands | string[] | :heavy_check_mark: | N/A |
maxOutputLength | number | :heavy_minus_sign: | N/A |
timeoutMs | number | :heavy_minus_sign: | N/A |