TypeScript SDKAPI ReferenceModelsOpenAIResponseCustomToolCallOutput - TypeScript SDKCopy pageOpenAIResponseCustomToolCallOutput type definitionThe TypeScript SDK and docs are currently in beta. Report issues on GitHub. Example Usage 1import { OpenAIResponseCustomToolCallOutput } from "@openrouter/sdk/models";23let value: OpenAIResponseCustomToolCallOutput = {4 callId: "call-abc123",5 output: "patch applied successfully",6 type: "custom_tool_call_output",7}; Fields FieldTypeRequiredDescriptioncallIdstring✔️N/Aidstring➖N/Aoutputmodels.OpenAIResponseCustomToolCallOutputOutput2✔️N/Atypemodels.OpenAIResponseCustomToolCallOutputType✔️N/A