Assigned
Status Update
Comments
va...@google.com <va...@google.com>
nr...@google.com <nr...@google.com> #2
Hello,
Thank you for reaching out to us with your request.
We have duly noted your feedback and will thoroughly validate it. While we cannot provide an estimated time of implementation or guarantee the fulfillment of the issue, please be assured that your input is highly valued. Your feedback enables us to enhance our products and services.
We appreciate your continued trust and support in improving our Google Cloud Platform products. In case you want to report a new issue, please do not hesitate to create a new issue on the
Once again, we sincerely appreciate your valuable feedback; Thank you for your understanding and collaboration.
Description
Problem you have encountered
When using nested objects and data structures, as in this sample notebook , function calls that used to work with Gemini 1.5 now return "unknown" when using the same schema.
A user also reported a similar issue in GitHub .
Example function declaration
Working output
I get the following with
gemini-1.0-pro-002
, and I also used to get this response withgemini-1.5-pro-001
andgemini-1.5-pro-002
:Unknown output
I get the following with
gemini-1.5-pro-002
:Steps to reproduce
Example: Nested parameters and data structures
).array
toobject
(I'll update the sample notebook to fix this part).gemini-1.0-pro-002
.