Hi, OpenAI, Grok and Gemini now enable to provide JSON schema (in various formats) to obtain JSON data.
- Generate structured output with the Gemini API | Google AI for Developers
- https://platform.openai.com/docs/guides/structured-outputs
- https://docs.x.ai/docs/guides/structured-outputs#structured-outputs
I have found few questions here in forum asking something similar but the answer was always to use “Output Parser” which often fails and requires several retries to get things right.
Is there any plan to include this possibility in the current agent? If not how could I add this without reinventing the wheel by writing a whole new community node?
Thank you.