OutputComputerCallItem - TypeScript SDK

OutputComputerCallItem type definition

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

Example Usage

1import { OutputComputerCallItem } from "@openrouter/sdk/models";
2
3let value: OutputComputerCallItem = {
4 callId: "call-abc123",
5 pendingSafetyChecks: [],
6 status: "completed",
7 type: "computer_call",
8};

Fields

FieldTypeRequiredDescription
actionanyN/A
callIdstring✔️N/A
idstringN/A
pendingSafetyChecksmodels.PendingSafetyCheck[]✔️N/A
statusmodels.OutputComputerCallItemStatus✔️N/A
typemodels.OutputComputerCallItemType✔️N/A