Skip to content

Commit

Permalink
Update samples/src/main/java/com/google/ai/client/generative/samples/…
Browse files Browse the repository at this point in the history
…java/safety_settings.java

Co-authored-by: rachelsaunders <[email protected]>
  • Loading branch information
rlazo and rachelsaunders authored Jun 24, 2024
1 parent ae8b3ec commit 6a3a0c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ void safetySettings() {
}

void SafetySettingsMulti() {
// [START safety-settings_multi]
// [START safety_settings_multi]
SafetySetting harassmentSafety =
new SafetySetting(HarmCategory.HARASSMENT, BlockThreshold.ONLY_HIGH);

Expand Down

0 comments on commit 6a3a0c7

Please sign in to comment.