AnthropicCitationPageLocationParam - TypeScript SDK

AnthropicCitationPageLocationParam type definition

The TypeScript SDK and docs are currently in beta. Report issues on GitHub.

Example Usage

1import { AnthropicCitationPageLocationParam } from "@openrouter/sdk/models";
2
3let value: AnthropicCitationPageLocationParam = {
4 citedText: "Example cited text",
5 documentIndex: 0,
6 documentTitle: null,
7 endPageNumber: 2,
8 startPageNumber: 1,
9 type: "page_location",
10};

Fields

FieldTypeRequiredDescription
citedTextstring✔️N/A
documentIndexnumber✔️N/A
documentTitlestring✔️N/A
endPageNumbernumber✔️N/A
startPageNumbernumber✔️N/A
type”page_location”✔️N/A