Format

Represents the format field in the GenerateRequest. This can be either a string "json" or a JSON schema object.

Inheritors

Types

Link copied to clipboard

Represents the "json" format type.

Link copied to clipboard
data class Schema(val name: String? = null, val schema: JsonSchema) : Format

Represents a JSON schema format type.