We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56507af commit c369022Copy full SHA for c369022
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