feat: support claude function call

This commit is contained in:
Hk-Gosuto
2024-08-04 08:32:26 +00:00
parent a20c57b0e8
commit a0fc9bd316
9 changed files with 293 additions and 436 deletions

View File

@@ -23,9 +23,12 @@
"@aws-sdk/s3-request-presigner": "^3.414.0",
"@fortaine/fetch-event-source": "^3.0.6",
"@hello-pangea/dnd": "^16.5.0",
"@langchain/cohere": "^0.0.7",
"@langchain/community": "0.0.57",
"@langchain/pinecone": "^0.0.4",
"@langchain/anthropic": "^0.2.11",
"@langchain/community": "0.2.22",
"@langchain/groq": "^0.0.15",
"@langchain/langgraph": "^0.0.31",
"@langchain/ollama": "^0.0.2",
"@langchain/openai": "^0.2.5",
"@next/third-parties": "^14.1.0",
"@pinecone-database/pinecone": "^2.2.0",
"@qdrant/js-client-rest": "^1.8.2",
@@ -97,7 +100,7 @@
},
"resolutions": {
"lint-staged/yaml": "^2.2.2",
"@langchain/core": "0.1.63"
"@langchain/core": "0.2.18"
},
"packageManager": "yarn@1.22.19"
}