GeminiTextPart type Signature: export type GeminiTextPart = { partType: "text"; value: string; }; GeminiServerContent GeminiTurn