TypeScript SDKAPI ReferenceModelsContentToolReference - TypeScript SDKCopy pageContentToolReference type definitionThe TypeScript SDK and docs are currently in beta. Report issues on GitHub. Example Usage 1import { ContentToolReference } from "@openrouter/sdk/models";23let value: ContentToolReference = {4 toolName: "<value>",5 type: "tool_reference",6}; Fields FieldTypeRequiredDescriptiontoolNamestring✔️N/Atype”tool_reference”✔️N/A