Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
AnthropicDocumentBlockParamSourceUnion type definition
models.AnthropicBase64PdfSource
const value: models.AnthropicBase64PdfSource = { data: "JVBERi0x...", mediaType: "application/pdf", type: "base64", };
models.AnthropicPlainTextSource
const value: models.AnthropicPlainTextSource = { data: "Hello, world!", mediaType: "text/plain", type: "text", };
models.SourceContent
const value: models.SourceContent = { content: "<value>", type: "content", };
models.AnthropicUrlPdfSource
const value: models.AnthropicUrlPdfSource = { type: "url", url: "https://example.com/document.pdf", };