Get the (almost) daily changelog

Azure OpenAI Compatibility Mode and JSON Schema Updates

  1. toolStrictCompatibilityMode for Azure OpenAI Models: Added a new option to handle Azure OpenAI’s validation limitations. Set toolStrictCompatibilityMode in your OpenAIModel config to either:
    • strip-parameters-with-unsupported-validation: Removes entire parameters that have unsupported validations
    • strip-unsupported-validation: Keeps parameters but removes unsupported validation aspects Default is strip-unsupported-validation.