PromptVersionTextPromptTemplateConfiguration

data class PromptVersionTextPromptTemplateConfiguration(val cachePoint: PromptVersionCachePointBlock? = null, val inputVariables: List<PromptVersionPromptInputVariable>? = null, val text: String)

Configuration for text prompt template

Constructors

constructor(cachePoint: PromptVersionCachePointBlock? = null, inputVariables: List<PromptVersionPromptInputVariable>? = null, text: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

List of input variables

Link copied to clipboard

Prompt content for String prompt template