OpenAIResponseCustomToolCallOutput - TypeScript SDK

OpenAIResponseCustomToolCallOutput type definition

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

Example Usage

1import { OpenAIResponseCustomToolCallOutput } from "@openrouter/sdk/models";
2
3let value: OpenAIResponseCustomToolCallOutput = {
4 callId: "call-abc123",
5 output: "patch applied successfully",
6 type: "custom_tool_call_output",
7};

Fields

FieldTypeRequiredDescription
callIdstring✔️N/A
idstringN/A
outputmodels.OpenAIResponseCustomToolCallOutputOutput2✔️N/A
typemodels.OpenAIResponseCustomToolCallOutputType✔️N/A