Prompt Version Chat Prompt Template Configuration
data class PromptVersionChatPromptTemplateConfiguration(val inputVariables: List<PromptVersionPromptInputVariable>? = null, val messages: List<PromptVersionMessage>, val system: List<Either<PromptVersionSystemContentBlock0Properties, PromptVersionSystemContentBlock1Properties>>? = null, val toolConfiguration: PromptVersionToolConfiguration? = null)
Configuration for chat prompt template
Constructors
Link copied to clipboard
constructor(inputVariables: List<PromptVersionPromptInputVariable>? = null, messages: List<PromptVersionMessage>, system: List<Either<PromptVersionSystemContentBlock0Properties, PromptVersionSystemContentBlock1Properties>>? = null, toolConfiguration: PromptVersionToolConfiguration? = 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<PromptVersionSystemContentBlock0Properties, PromptVersionSystemContentBlock1Properties>>? = null
Configuration for chat prompt template
Link copied to clipboard