Fix(FlowiseChatGoogleGenerativeAI): Prevent "parts must not be empty" API error in Seq Agents (#4292)

* Fix(FlowiseChatGoogleGenerativeAI): Prevent "parts must not be empty" API error in Seq Agents

* Fix: Update pnpm-lock.yaml to resolve CI issues

* convert role function and tool to function

* remove comment

---------

Co-authored-by: Henry <hzj94@hotmail.com>
This commit is contained in:
toi500
2025-04-14 18:27:09 +02:00
committed by GitHub
parent d3510d1054
commit d71369c3b7
6 changed files with 84 additions and 69 deletions
+2 -2
View File
@@ -36,7 +36,7 @@
"@gomomento/sdk-core": "^1.51.1",
"@google-ai/generativelanguage": "^2.5.0",
"@google-cloud/storage": "^7.15.2",
"@google/generative-ai": "^0.15.0",
"@google/generative-ai": "^0.24.0",
"@huggingface/inference": "^2.6.1",
"@langchain/anthropic": "0.3.14",
"@langchain/aws": "0.1.4",
@@ -45,7 +45,7 @@
"@langchain/community": "^0.3.24",
"@langchain/core": "0.3.37",
"@langchain/exa": "^0.0.5",
"@langchain/google-genai": "0.1.9",
"@langchain/google-genai": "0.2.3",
"@langchain/google-vertexai": "^0.2.0",
"@langchain/groq": "0.1.2",
"@langchain/langgraph": "^0.0.22",