PromptReference

@Serializable
data class PromptReference(val name: String) : Reference(source)

Identifies a prompt.

Constructors

Link copied to clipboard
constructor(name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the prompt or prompt template

Link copied to clipboard
open override val type: String