-
Notifications
You must be signed in to change notification settings - Fork 642
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
500 error with function call #252
Comments
Hi, will you be able to share a code snippet (Python, etc) that results in the error. It may be easier to debug this way. Looping in @MarkDaoust @markmcd . |
I wrote the custom c# wrapper. The complete code is coupled with some business logic
This link has the request payload https://drive.google.com/file/d/1rVDXm1zCuDILs3UQOieJd4SYTX2qD2cQ/view?usp=sharing |
Hi @8bitmp3
|
Description of the bug:
I am sending a request to Gemini API with tools (function call) but consistently receiving 500 internal server error. Without the function call the API returns 200 response.
I have checked that the request is under the 10k token.
How to reproduce the error?
The request to reproduce the error can be found at the link:
https://drive.google.com/file/d/1rVDXm1zCuDILs3UQOieJd4SYTX2qD2cQ/view?usp=sharing
Actual vs expected behavior:
Expected behavior: function call response
Actual behavior:
Any other information you'd like to share?
No response
The text was updated successfully, but these errors were encountered: