Skip to content

Commit 4c4ea6f

Browse files
authored
Merge c369022 into 56507af
2 parents 56507af + c369022 commit 4c4ea6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vertexai/src/types/requests.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export interface GenerateContentRequest extends BaseParams {
6363
export interface SafetySetting {
6464
category: HarmCategory;
6565
threshold: HarmBlockThreshold;
66-
method: HarmBlockMethod;
66+
method?: HarmBlockMethod;
6767
}
6868

6969
/**

0 commit comments

Comments
 (0)