Skip to content

Commit

Permalink
feat(google-common): Export ChatConnection class (#6823)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoblee93 authored Sep 16, 2024
1 parent f122645 commit 747f324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/langchain-google-common/src/chat_models.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ import type {
} from "./types.js";
import { zodToGeminiParameters } from "./utils/zod_to_gemini_parameters.js";

class ChatConnection<AuthOptions> extends AbstractGoogleLLMConnection<
export class ChatConnection<AuthOptions> extends AbstractGoogleLLMConnection<
BaseMessage[],
AuthOptions
> {
Expand Down

0 comments on commit 747f324

Please sign in to comment.