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

Properties

Properties

A new summary item to be added to the thought.

type: "thought_summary"