The TypeScript SDK and docs are currently in beta.
Report issues on GitHub.
Example Usage
import { ShellCallOutputItemOutput } from "@openrouter/sdk/models";
let value: ShellCallOutputItemOutput = {
type: "<value>",
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
content | string | :heavy_minus_sign: | N/A |
exitCode | number | :heavy_minus_sign: | N/A |
type | string | :heavy_check_mark: | N/A |
additionalProperties | Record<string, *any*> | :heavy_minus_sign: | N/A |