mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-22 01:55:27 -04:00
Gemini plugin not working properly and new Gemini model release #138
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @AlanBacker on GitHub (Mar 27, 2025).
Self Checks
Dify version
Latest
Plugin version
0.0.8
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
Google has launched its own new model, Gemini 2.5 Pro. However, the plugin for the Gemini 1.0.0 version seems to have a serious bug: it's unable to handle a second conversational turn (throwing an INVALID_ARGUMENT error). It has consequently been downgraded to version 0.0.8. Furthermore, Function Calling is currently not working correctly with Gemini; when the model attempts to call a tool, it only outputs the code for the calling process instead of actually executing the tool call.
✔️ Error log
No response