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"