From 8ccc7f92a7521ce710154b755626dc0bc553531d Mon Sep 17 00:00:00 2001 From: D Gardner Date: Tue, 1 Jul 2025 16:00:59 +0100 Subject: [PATCH] structured-outputs: support new OpenAI schema constraints --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5698fa6a..194eb0b2 100644 --- a/README.md +++ b/README.md @@ -607,8 +607,8 @@ class Article { ``` Local validation will check that you have not used any unsupported constraint keywords. However, the -values of the are _not_ validated locally. For example, if you use a value for the `"format"` -constraint of a string property that is not in the list of +values of the constraints are _not_ validated locally. For example, if you use a value for the +`"format"` constraint of a string property that is not in the list of [supported format names](https://platform.openai.com/docs/guides/structured-outputs#supported-properties), then local validation will pass, but the AI model may report an error.