A text content block.

interface TextContent {
    annotations?: GeminiNextGenAPIClient.Interactions.Annotation[];
    text?: string;
    type: "text";
}

Properties

Citation information for model-generated content.

text?: string

The text content.

type: "text"

Used as the OpenAPI type discriminator for the content oneof.