TabContent

data class TabContent(val prompts: List<CompletionPromptView>, val templates: List<CompletionTemplateView>) : ViewModel(source)

Constructors

Link copied to clipboard
constructor(prompts: List<CompletionPromptView>, templates: List<CompletionTemplateView>)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open fun template(): String