A union type representing content items for AI data extraction from various content types. This type alias defines the complete set of content types supported by the content-based extract_structured_data function for extracting data from text, image buffers, or image URLs without requiring a page source. Type variants:Documentation Index
Fetch the complete documentation index at: https://intunedhq.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
TextContentItem: TextContentItem for text data extractionImageBufferContentItem: ImageBufferContentItem for image data stored as bytes bufferImageUrlContentItem: ImageUrlContentItem for image data accessible via URL