We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56507af commit 4be5b0eCopy full SHA for 4be5b0e
common/api-review/vertexai.api.md
@@ -541,7 +541,7 @@ export interface SafetySetting {
541
// (undocumented)
542
category: HarmCategory;
543
544
- method: HarmBlockMethod;
+ method?: HarmBlockMethod;
545
546
threshold: HarmBlockThreshold;
547
}
packages/vertexai/src/types/requests.ts
@@ -63,7 +63,7 @@ export interface GenerateContentRequest extends BaseParams {
63
export interface SafetySetting {
64
65
66
67
68
69
/**
0 commit comments