TypeScript SDKAPI ReferenceModelsOpenAIResponseCustomToolCall - TypeScript SDKCopy pageOpenAIResponseCustomToolCall type definitionThe TypeScript SDK and docs are currently in beta. Report issues on GitHub. Example Usage 1import { OpenAIResponseCustomToolCall } from "@openrouter/sdk/models";23let value: OpenAIResponseCustomToolCall = {4 callId: "call-abc123",5 input: "*** Begin Patch\n*** End Patch",6 name: "apply_patch",7 type: "custom_tool_call",8}; Fields FieldTypeRequiredDescriptioncallIdstring✔️N/Aidstring➖N/Ainputstring✔️N/Anamestring✔️N/Anamespacestring➖Namespace qualifier for tools registered as part of a namespace tool group (e.g. an MCP server)typemodels.OpenAIResponseCustomToolCallType✔️N/A