@langchain/google-vertexai 0.2.8 → 0.2.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/chat_models.cjs +1 -1
- package/dist/chat_models.d.ts +1 -1
- package/dist/chat_models.js +1 -1
- package/package.json +2 -2
package/dist/chat_models.cjs
CHANGED
|
@@ -14,7 +14,7 @@ const google_gauth_1 = require("@langchain/google-gauth");
|
|
|
14
14
|
* export GOOGLE_APPLICATION_CREDENTIALS="path/to/credentials"
|
|
15
15
|
* ```
|
|
16
16
|
*
|
|
17
|
-
* ## [Constructor args](https://api.js.langchain.com/classes/
|
|
17
|
+
* ## [Constructor args](https://api.js.langchain.com/classes/_langchain_google_vertexai.index.ChatVertexAI.html#constructor.new_ChatVertexAI)
|
|
18
18
|
*
|
|
19
19
|
* ## [Runtime args](https://api.js.langchain.com/interfaces/langchain_google_common_types.GoogleAIBaseLanguageModelCallOptions.html)
|
|
20
20
|
*
|
package/dist/chat_models.d.ts
CHANGED
|
@@ -16,7 +16,7 @@ export interface ChatVertexAIInput extends ChatGoogleInput {
|
|
|
16
16
|
* export GOOGLE_APPLICATION_CREDENTIALS="path/to/credentials"
|
|
17
17
|
* ```
|
|
18
18
|
*
|
|
19
|
-
* ## [Constructor args](https://api.js.langchain.com/classes/
|
|
19
|
+
* ## [Constructor args](https://api.js.langchain.com/classes/_langchain_google_vertexai.index.ChatVertexAI.html#constructor.new_ChatVertexAI)
|
|
20
20
|
*
|
|
21
21
|
* ## [Runtime args](https://api.js.langchain.com/interfaces/langchain_google_common_types.GoogleAIBaseLanguageModelCallOptions.html)
|
|
22
22
|
*
|
package/dist/chat_models.js
CHANGED
|
@@ -11,7 +11,7 @@ import { ChatGoogle } from "@langchain/google-gauth";
|
|
|
11
11
|
* export GOOGLE_APPLICATION_CREDENTIALS="path/to/credentials"
|
|
12
12
|
* ```
|
|
13
13
|
*
|
|
14
|
-
* ## [Constructor args](https://api.js.langchain.com/classes/
|
|
14
|
+
* ## [Constructor args](https://api.js.langchain.com/classes/_langchain_google_vertexai.index.ChatVertexAI.html#constructor.new_ChatVertexAI)
|
|
15
15
|
*
|
|
16
16
|
* ## [Runtime args](https://api.js.langchain.com/interfaces/langchain_google_common_types.GoogleAIBaseLanguageModelCallOptions.html)
|
|
17
17
|
*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@langchain/google-vertexai",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.9",
|
|
4
4
|
"description": "LangChain.js support for Google Vertex AI",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"engines": {
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"author": "LangChain",
|
|
33
33
|
"license": "MIT",
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@langchain/google-gauth": "^0.2.
|
|
35
|
+
"@langchain/google-gauth": "^0.2.9"
|
|
36
36
|
},
|
|
37
37
|
"peerDependencies": {
|
|
38
38
|
"@langchain/core": ">=0.3.55 <0.4.0"
|