TypeScript SDKAPI ReferenceModelsOutputFunctionCallItem - TypeScript SDKCopy pageOutputFunctionCallItem type definitionThe TypeScript SDK and docs are currently in beta. Report issues on GitHub. Example Usage 1import { OutputFunctionCallItem } from "@openrouter/sdk/models";23let value: OutputFunctionCallItem = {4 arguments: "{\"location\":\"San Francisco\"}",5 callId: "call-abc123",6 name: "get_weather",7 type: "function_call",8}; Fields FieldTypeRequiredDescriptionargumentsstring✔️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.OutputFunctionCallItemStatusUnion➖N/Atypemodels.OutputFunctionCallItemType✔️N/A