interface ThoughtSummaryDelta {
    content?:
        | GeminiNextGenAPIClient.Interactions.TextContent
        | GeminiNextGenAPIClient.Interactions.ImageContent;
    type: "thought_summary";
}

Properties

Properties

A text content block.

type: "thought_summary"

Used as the OpenAPI type discriminator for the content oneof.