For AI agents: a documentation index is available at the root level at /llms.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
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.