v6.3.0
cortezaproject/cortezav6.3.0Nov 20, 2025by tanchongmin
AI Summary
Shifts the focus to StrictJSON Schema for generating Pydantic models from LLM providers like OpenAI and Gemini. Includes refactoring of parsing logic into helper functions.
Key Highlights
- Support for StrictJSON Schema in OpenAI and Gemini
- Default focus on StrictJSON Schema for Pydantic generation
- Refactored `parse_yaml.py` into helper functions
- Improved conversion from StrictJSON schema to Pydantic models
New Features
- StrictJSON Schema support
- Pydantic model generation
- Helper function refactoring
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