You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 15, 2025. It is now read-only.
What problem are you trying to solve with this feature?
Once all schema types supported by Gemini 1.5 Pro are added to this package I will be able to utilize them as I need.
Any other information you'd like to share?
With no support for anyOf, the current json output is not as structured as expected. But when I provide a schema with anyOf in the prompt , I get the output I needed with no missed or misplaced json fields.
Description of the feature request:
The current Schema types is missing important type like anyOf.
Here are the schema types: https://cloud.google.com/vertex-ai/generative-ai/docs/multimodal/control-generated-output#fields
What problem are you trying to solve with this feature?
Once all schema types supported by Gemini 1.5 Pro are added to this package I will be able to utilize them as I need.
Any other information you'd like to share?
With no support for anyOf, the current json output is not as structured as expected. But when I provide a schema with anyOf in the prompt , I get the output I needed with no missed or misplaced json fields.