-
Notifications
You must be signed in to change notification settings - Fork 75
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
Supporting structured JSON output for Google AI #210
Comments
Hi @vkryukov! Yes, I'd love help implementing and supporting Google Gemini support for structured output with a schema declaration. 😄 |
Sounds good, I will try develop a PR to start as a discussion point. Google's models are improving fast (both gemini-2.0-flash-exp and gemini-exp-1206 are pretty impressive), and they offer massive context windows - so I want to keep testing them. So we need to have a first-class support by |
That's cool. I've been so underwhelmed and disappointed by Google's past models that I wrote them off for personal use. Glad to hear they are improving! |
Yeah, I can relate to that. I plan to post a comparison (eventually); for my use case (code generation), |
Looks like Google supports structured JSON output by supplying a schema through model configuration:
Would you be interested in a PR that adds this ability, similar to ChatOpenAI implementation (which btw should be documented?)
The text was updated successfully, but these errors were encountered: