Prompt Chat Prompt Template Configuration
data class PromptChatPromptTemplateConfiguration(val inputVariables: List<PromptInputVariable>? = null, val messages: List<PromptMessage>, val system: List<Either<PromptSystemContentBlock0Properties, PromptSystemContentBlock1Properties>>? = null, val toolConfiguration: PromptToolConfiguration? = null)
Configuration for chat prompt template
Constructors
Link copied to clipboard
constructor(inputVariables: List<PromptInputVariable>? = null, messages: List<PromptMessage>, system: List<Either<PromptSystemContentBlock0Properties, PromptSystemContentBlock1Properties>>? = null, toolConfiguration: PromptToolConfiguration? = null)
Properties
Link copied to clipboard
List of input variables
Link copied to clipboard
List of messages for chat prompt template
Link copied to clipboard
val system: List<Either<PromptSystemContentBlock0Properties, PromptSystemContentBlock1Properties>>? = null
Configuration for chat prompt template
Link copied to clipboard