A document content block.

interface DocumentContent {
    data?: string;
    mime_type?: GeminiNextGenAPIClient.Interactions.DocumentMimeType;
    type: "document";
    uri?: string;
}

Properties

data?: string

The mime type of the document.

type: "document"
uri?: string