Interface ResponseFormatJsonSchema.Builder1
- Enclosing class:
ResponseFormatJsonSchema
public static interface ResponseFormatJsonSchema.Builder1
Builder helper class.
-
Method Summary
Modifier and TypeMethodDescriptionjsonSchema(ResponseFormatJsonSchemaJsonSchema jsonSchema) Set the jsonSchema of thisResponseFormatJsonSchemainstance.
-
Method Details
-
jsonSchema
Set the jsonSchema of thisResponseFormatJsonSchemainstance.- Parameters:
jsonSchema- The jsonSchema of thisResponseFormatJsonSchema- Returns:
- The ResponseFormatJsonSchema instance.
-