Package-level declarations

Types

Link copied to clipboard
internal data class ServerSetupValidationResult(val isValid: Boolean, val state: ServerSetupState)

Validation output for the setup form.

Functions

Link copied to clipboard
private fun ServerSetupState.validateLocalModel(customModel: Boolean, customModelPath: String, hasDownloadedSelection: Boolean, filePathValidator: FilePathValidator, update: ServerSetupState.(ServerSetupState.ValidationError?) -> ServerSetupState): ServerSetupValidationResult
Link copied to clipboard

Validates the currently selected provider form.