We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 111cb35 commit 2adcdc0Copy full SHA for 2adcdc0
orchestration/src/main/java/com/sap/ai/sdk/orchestration/ResponseJsonSchema.java
@@ -36,7 +36,7 @@ public class ResponseJsonSchema {
36
37
/**
38
* ⚠️ Fields of the schema class should be annotated with {@code @JsonProperty(required = true)}
39
- * to not fail requests.
+ * to not fail requests if set to true.
40
*/
41
@Nullable Boolean strict;
42
0 commit comments