You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The generic error code `call.in-progress.error-sip-telephony-provider-failed-to-connect-call` has been removed. Update your error handling to use the new specific error codes instead.
# Azure OpenAI Compatibility Mode and JSON Schema Updates
2
+
3
+
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:
4
+
-`strip-parameters-with-unsupported-validation`: Removes entire parameters that have unsupported validations
5
+
-`strip-unsupported-validation`: Keeps parameters but removes unsupported validation aspects
0 commit comments