Content type for both prompts and response candidates.

interface Content {
    parts: Part[];
    role: string;
}

Properties

Properties

parts: Part[]
role: string