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

Properties

Citation information for model-generated content.

text?: string
type: "text"

Used as the OpenAPI type discriminator for the content oneof.