GeminiJsonSchema: {
    nullable?: undefined | boolean;
    properties?: undefined | Record<string, GeminiJsonSchema>;
    type: GeminiFunctionSchemaType;
}