PromptChatPromptTemplateConfiguration

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

List of input variables

Link copied to clipboard

List of messages for chat prompt template

Link copied to clipboard

Configuration for chat prompt template

Link copied to clipboard