The TypeScript SDK and docs are currently in beta.
Report issues on GitHub.
Example Usage
import { OutputComputerCallItem } from "@openrouter/sdk/models";
let value: OutputComputerCallItem = {
callId: "call-abc123",
pendingSafetyChecks: [],
status: "completed",
type: "computer_call",
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
action | any | :heavy_minus_sign: | N/A |
callId | string | :heavy_check_mark: | N/A |
id | string | :heavy_minus_sign: | N/A |
pendingSafetyChecks | models.PendingSafetyCheck[] | :heavy_check_mark: | N/A |
status | models.OutputComputerCallItemStatus | :heavy_check_mark: | N/A |
type | models.OutputComputerCallItemType | :heavy_check_mark: | N/A |