Replies: 2 comments
-
Maybe the reason is the triple system message, also mentioned here: olimorris/codecompanion.nvim#1801 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you for raising this @Eckii24 . I can replicate this. I'm not sure but it might be due to the order of system messages in the messages table. I will try to debug this more in some free time. Safe to say nothing to do from mcphub.nvim end but I'm also facing some issues with function tools with gemini adapter at codecompanion.nvim while sending tool results back to gemini. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi @ravitemer,
thanks again for your great work.
Its works like expected when using the Copilot models.
When changing to an gemini adapter, the model is not able to call every tool.
In debug view, I can see that all information about the tools are provided:
It looks like Gemini has no access to the system prompt, which explains the tools in detail.
When I paste the content of this system prompt as additional user prompt, it is working again.
Any idea, why this is the case and how to fix it?
Beta Was this translation helpful? Give feedback.
All reactions