interface Turn {
    content?: string | GeminiNextGenAPIClient.Interactions.Content[];
    role?: string;
}

Properties

Properties

The content of the turn.

role?: string

The originator of this turn. Must be user for input or model for model output.