-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error with gemini tool call #4
Comments
Hi @licycle , can you paste the entire code along with the autogen and autogen-openaiext-client versions? |
sure, @vballoli, the code working when i use gpt-4o-mini
|
I'll take a look at it in some time and update you. Meanwhile, @licycle, you've attached your keys here; don't forget to rotate them out. |
I need this fixed. If you haven't gotten to it @vballoli, how would you advise approaching this? How would the test case look like? |
@vballoli I've been trying to reproduce the problem with this test case but unable to. In other words the test case passes just fine. I think I'm not understanding the problem correctly. @licycle could you also help elaborate how yours is failing? Does my test case reflect it? In actual use case though, I do experience WebSurfer agent not being able to browse the web when using Gemini, presumably because Gemini client isn't able to call functions. |
Hey @ykgoon and @licycle, sorry for the late replies. I've been busy with some deadlines - I believe this is a Gemini API issue and probably should post it here: https://discuss.ai.google.dev/c/gemini-api/4. I'd encountered something similar and added caution in the v0.0.1 of this extension, but I subsequently removed it because I had not faced it again. I can check in on this next week with more concrete answers, but this is all I have for now. Apologies again for not being entirely helpful. |
using gemini and tool call func, return empty response content
The text was updated successfully, but these errors were encountered: