OutputShellCallOutputItemOutput - TypeScript SDK

OutputShellCallOutputItemOutput type definition

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

Example Usage

1import { OutputShellCallOutputItemOutput } from "@openrouter/sdk/models";
2
3let value: OutputShellCallOutputItemOutput = {
4 outcome: {
5 type: "timeout",
6 },
7 stderr: "<value>",
8 stdout: "<value>",
9};

Fields

FieldTypeRequiredDescription
outcomemodels.Outcome✔️N/A
stderrstring✔️N/A
stdoutstring✔️N/A