TypeScript SDKAPI ReferenceModelsOpenAIResponseFunctionToolCall - TypeScript SDKCopy pageOpenAIResponseFunctionToolCall type definitionThe TypeScript SDK and docs are currently in beta. Report issues on GitHub. Example Usage 1import { OpenAIResponseFunctionToolCall } from "@openrouter/sdk/models";23let value: OpenAIResponseFunctionToolCall = {4 arguments: "{\"location\":\"San Francisco\"}",5 callId: "call-abc123",6 name: "get_weather",7 type: "function_call",8}; Fields FieldTypeRequiredDescriptionExampleargumentsstring✔️N/AcallIdstring✔️N/Aidstring➖N/Anamestring✔️N/Anamespacestring➖Namespace qualifier for tools registered as part of a namespace tool group (e.g. an MCP server)statusmodels.ToolCallStatus➖N/Acompletedtypemodels.OpenAIResponseFunctionToolCallType✔️N/A