Skip to content

StrictJSON Schema to Pydantic

Latest

Choose a tag to compare

@tanchongmin tanchongmin released this 20 Nov 03:55
f38b937
  • 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