We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 56507af + c369022 commit 4c4ea6fCopy full SHA for 4c4ea6f
packages/vertexai/src/types/requests.ts
@@ -63,7 +63,7 @@ export interface GenerateContentRequest extends BaseParams {
63
export interface SafetySetting {
64
category: HarmCategory;
65
threshold: HarmBlockThreshold;
66
- method: HarmBlockMethod;
+ method?: HarmBlockMethod;
67
}
68
69
/**
0 commit comments