@langchain/google-gauth
Advanced tools
Comparing version 0.0.24 to 0.0.25
@@ -9,3 +9,3 @@ import { ChatGoogleBase, ChatGoogleBaseInput, GoogleAbstractedClient, GoogleBaseLLMInput } from "@langchain/google-common"; | ||
/** | ||
* Integration with a chat model. | ||
* Integration with a Google chat model. | ||
*/ | ||
@@ -12,0 +12,0 @@ export declare class ChatGoogle extends ChatGoogleBase<GoogleAuthOptions> implements ChatGoogleInput { |
import { ChatGoogleBase, } from "@langchain/google-common"; | ||
import { GAuthClient } from "./auth.js"; | ||
/** | ||
* Integration with a chat model. | ||
* Integration with a Google chat model. | ||
*/ | ||
@@ -6,0 +6,0 @@ export class ChatGoogle extends ChatGoogleBase { |
@@ -9,3 +9,3 @@ import { GoogleAbstractedClient, GoogleConnectionParams, BaseGoogleEmbeddings, BaseGoogleEmbeddingsParams } from "@langchain/google-common"; | ||
/** | ||
* Integration with an LLM. | ||
* Integration with an Google embeddings model. | ||
*/ | ||
@@ -12,0 +12,0 @@ export declare class GoogleEmbeddings extends BaseGoogleEmbeddings<GoogleAuthOptions> implements GoogleEmbeddingsInput { |
import { BaseGoogleEmbeddings, } from "@langchain/google-common"; | ||
import { GAuthClient } from "./auth.js"; | ||
/** | ||
* Integration with an LLM. | ||
* Integration with an Google embeddings model. | ||
*/ | ||
@@ -6,0 +6,0 @@ export class GoogleEmbeddings extends BaseGoogleEmbeddings { |
@@ -9,3 +9,3 @@ import { GoogleAbstractedClient, GoogleBaseLLM, GoogleBaseLLMInput } from "@langchain/google-common"; | ||
/** | ||
* Integration with an LLM. | ||
* Integration with a Google LLM. | ||
*/ | ||
@@ -12,0 +12,0 @@ export declare class GoogleLLM extends GoogleBaseLLM<GoogleAuthOptions> implements GoogleLLMInput { |
import { GoogleBaseLLM, } from "@langchain/google-common"; | ||
import { GAuthClient } from "./auth.js"; | ||
/** | ||
* Integration with an LLM. | ||
* Integration with a Google LLM. | ||
*/ | ||
@@ -6,0 +6,0 @@ export class GoogleLLM extends GoogleBaseLLM { |
{ | ||
"name": "@langchain/google-gauth", | ||
"version": "0.0.24", | ||
"version": "0.0.25", | ||
"description": "Google auth based authentication support for Google services", | ||
@@ -39,3 +39,3 @@ "type": "module", | ||
"@langchain/core": ">=0.2.21 <0.3.0", | ||
"@langchain/google-common": "~0.0.24", | ||
"@langchain/google-common": "~0.0.25", | ||
"google-auth-library": "^8.9.0" | ||
@@ -42,0 +42,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
20501