@langchain/google-vertexai-web 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 +3 -3
package/dist/chat_models.cjs
CHANGED
@@ -14,7 +14,7 @@ const google_webauth_1 = require("@langchain/google-webauth");
|
|
14
14
|
* export GOOGLE_VERTEX_AI_WEB_CREDENTIALS={"type":"service_account","project_id":"YOUR_PROJECT-12345",...}
|
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_web.index.ChatVertexAI.html#constructor)
|
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_VERTEX_AI_WEB_CREDENTIALS={"type":"service_account","project_id":"YOUR_PROJECT-12345",...}
|
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_web.index.ChatVertexAI.html#constructor)
|
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-webauth";
|
|
11
11
|
* export GOOGLE_VERTEX_AI_WEB_CREDENTIALS={"type":"service_account","project_id":"YOUR_PROJECT-12345",...}
|
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_web.index.ChatVertexAI.html#constructor)
|
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-web",
|
3
|
-
"version": "0.2.
|
3
|
+
"version": "0.2.9",
|
4
4
|
"description": "LangChain.js support for Google Vertex AI Web",
|
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-webauth": "^0.2.
|
35
|
+
"@langchain/google-webauth": "^0.2.9"
|
36
36
|
},
|
37
37
|
"peerDependencies": {
|
38
38
|
"@langchain/core": ">=0.3.55 <0.4.0"
|
@@ -40,7 +40,7 @@
|
|
40
40
|
"devDependencies": {
|
41
41
|
"@jest/globals": "^29.5.0",
|
42
42
|
"@langchain/core": "0.3.55",
|
43
|
-
"@langchain/google-common": "^0.2.
|
43
|
+
"@langchain/google-common": "^0.2.9",
|
44
44
|
"@langchain/scripts": ">=0.1.0 <0.2.0",
|
45
45
|
"@langchain/standard-tests": "0.0.0",
|
46
46
|
"@swc/core": "^1.3.90",
|