v6.3.0
potpie-ai/potpiev6.3.0Nov 20, 2025by tanchongmin
AI Summary
Refactors the YAML parsing logic to separate helper functions and introduces StrictJSON Schema support for OpenAI and Gemini models to generate Pydantic structured outputs.
Key Highlights
- Support for StrictJSON Schema with OpenAI and Gemini models
- Refactored parse_yaml.py into parse_yaml.py and helper_functions.py
New Features
- Added support for using StrictJSON Schema for OpenAI and Gemini models
- Default StrictJSON focused on generating Pydantic for Structured Outputs
- Refactored parse_yaml.py into parse_yaml.py and helper_functions.py
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