interface GoogleAISafetySetting {
    category: string;
    threshold: string;
    method?: string;
}

Properties

category: string
threshold: string
method?: string