mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-04 17:48:50 +01:00
chore: update @librechat/agents dependency to version 1.4.7 for tool_call_ids edge case
This commit is contained in:
parent
2931d1d9cb
commit
9ff43bf958
2 changed files with 5 additions and 5 deletions
|
|
@ -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
8
package-lock.json
generated
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue