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.
AnthropicDocumentBlockParamContent1 type definition
models.AnthropicImageBlockParam
const value: models.AnthropicImageBlockParam = { source: { data: "/9j/4AAQ...", mediaType: "image/jpeg", type: "base64", }, type: "image", };
models.AnthropicTextBlockParam
const value: models.AnthropicTextBlockParam = { text: "Hello, world!", type: "text", };