AssistantResponseFormat
data class AssistantResponseFormat(val type: String, val jsonSchema: AssistantResponseFormat.JsonSchema? = null)
Represents the format of the response from the assistant.
Types
Link copied to clipboard
@Serializable
Represents a JSON schema.
Link copied to clipboard