Skip to content

Commit

Permalink
fix make param optional
Browse files Browse the repository at this point in the history
  • Loading branch information
marsal committed Aug 2, 2024
1 parent 040fa6f commit 8f5472a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/langchain-google-common/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export interface GoogleConnectionParams<AuthOptions>
export interface GoogleAISafetySetting {
category: string;
threshold: string;
method: string
method?: string;
}

export type GoogleAIResponseMimeType = "text/plain" | "application/json";
Expand Down

0 comments on commit 8f5472a

Please sign in to comment.