TypeScript SDKAPI ReferenceModelsAnthropicCitationCharLocationParam - TypeScript SDKCopy pageAnthropicCitationCharLocationParam type definitionThe TypeScript SDK and docs are currently in beta. Report issues on GitHub. Example Usage 1import { AnthropicCitationCharLocationParam } from "@openrouter/sdk/models";23let value: AnthropicCitationCharLocationParam = {4 citedText: "Example cited text",5 documentIndex: 0,6 documentTitle: null,7 endCharIndex: 18,8 startCharIndex: 0,9 type: "char_location",10}; Fields FieldTypeRequiredDescriptioncitedTextstring✔️N/AdocumentIndexnumber✔️N/AdocumentTitlestring✔️N/AendCharIndexnumber✔️N/AstartCharIndexnumber✔️N/Atype”char_location”✔️N/A