Builder

class Builder(val toHumanReadable: ConvertToHumanReadableFn = ::defaultConvertToHumanReadable) : PromptModel.Builder

Constructors

Link copied to clipboard
constructor(toHumanReadable: ConvertToHumanReadableFn = ::defaultConvertToHumanReadable)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open fun addCommonDialogs()
Link copied to clipboard
Link copied to clipboard
open override fun build(): WebPromptModel