v6.3.0
bytedance/flowgram.aiv6.3.0Nov 20, 2025by tanchongmin
AI Summary
A schema update focusing on Pydantic integration, adding StrictJSON Schema support for OpenAI and Gemini models, and refactoring YAML parsing for better code organization.
Key Highlights
- Added support for StrictJSON Schema in OpenAI and Gemini models.
- Default StrictJSON now focuses on generating Pydantic models for structured outputs.
- Refactored parse_yaml.py into separate modules with helper functions.
New Features
- StrictJSON Schema support for Pydantic
- Refactored YAML parsing helpers
Full Release Notes
- Added support for using StrictJSON Schema for OpenAI and Gemini models - Default StrictJSON will now be focused on using StrictJSON Schema to generate Pydantic for Structured Outputs from LLM Providers - Refactored parse_yaml.py into parse_yaml.py and helper_functions.py, where the helper_functions are the converters from StrictJSON schema to Pydantic models