chore: update @librechat/agents dependency to version 1.4.7 for tool_call_ids edge case

This commit is contained in:
Danny Avila 2024-09-03 22:16:47 -04:00
parent 2931d1d9cb
commit 9ff43bf958
No known key found for this signature in database
GPG key ID: 2DD9CC89B9B50364
2 changed files with 5 additions and 5 deletions

View file

@ -43,7 +43,7 @@
"@langchain/core": "^0.2.18",
"@langchain/google-genai": "^0.0.11",
"@langchain/google-vertexai": "^0.0.17",
"@librechat/agents": "^1.4.5",
"@librechat/agents": "^1.4.7",
"axios": "^1.3.4",
"bcryptjs": "^2.4.3",
"cheerio": "^1.0.0-rc.12",

8
package-lock.json generated
View file

@ -52,7 +52,7 @@
"@langchain/core": "^0.2.18",
"@langchain/google-genai": "^0.0.11",
"@langchain/google-vertexai": "^0.0.17",
"@librechat/agents": "^1.4.5",
"@librechat/agents": "^1.4.7",
"axios": "^1.3.4",
"bcryptjs": "^2.4.3",
"cheerio": "^1.0.0-rc.12",
@ -10015,9 +10015,9 @@
}
},
"node_modules/@librechat/agents": {
"version": "1.4.5",
"resolved": "https://registry.npmjs.org/@librechat/agents/-/agents-1.4.5.tgz",
"integrity": "sha512-bSnb2pRRmcDRSZ8JCF3P2NpmUX7xmuhumxTR9TqeW4JVlgSMiiuzNQGWsFW8HrUahgKD/xh+xwTrQ8F8x2KAgA==",
"version": "1.4.7",
"resolved": "https://registry.npmjs.org/@librechat/agents/-/agents-1.4.7.tgz",
"integrity": "sha512-9HnotCsErbMG5TsOyePz5skiOsT/oF+XwXCcYm8oY1M/PbqiJI+xFib+ZkYzySUfi3f1KV75D6IB4PrFsbf2yw==",
"dependencies": {
"@aws-crypto/sha256-js": "^5.2.0",
"@aws-sdk/credential-provider-node": "^3.613.0",