JsonSchemaObject
class JsonSchemaObject(val name: String, val description: String? = null, val schema: JsonObject? = null, val strict: Boolean? = null)(source)
Structured Outputs configuration options, including a JSON Schema.
Constructors
Link copied to clipboard
constructor(name: String, description: String? = null, schema: JsonObject? = null, strict: Boolean? = null)