TypeScript SDKAPI ReferenceModelsChatToolCallFunction - TypeScript SDKCopy pageChatToolCallFunction type definitionThe TypeScript SDK and docs are currently in beta. Report issues on GitHub. Example Usage 1import { ChatToolCallFunction } from "@openrouter/sdk/models";23let value: ChatToolCallFunction = {4 arguments: "<value>",5 name: "<value>",6}; Fields FieldTypeRequiredDescriptionargumentsstring✔️Function arguments as JSON stringnamestring✔️Function name to call