PromptChatPromptTemplateConfigurationArgs

data class PromptChatPromptTemplateConfigurationArgs(val inputVariables: Output<List<PromptInputVariableArgs>>? = null, val messages: Output<List<PromptMessageArgs>>, val system: Output<List<Either<PromptSystemContentBlock0PropertiesArgs, PromptSystemContentBlock1PropertiesArgs>>>? = null, val toolConfiguration: Output<PromptToolConfigurationArgs>? = null) : ConvertibleToJava<PromptChatPromptTemplateConfigurationArgs>

Configuration for chat prompt template

Constructors

constructor(inputVariables: Output<List<PromptInputVariableArgs>>? = null, messages: Output<List<PromptMessageArgs>>, system: Output<List<Either<PromptSystemContentBlock0PropertiesArgs, PromptSystemContentBlock1PropertiesArgs>>>? = null, toolConfiguration: Output<PromptToolConfigurationArgs>? = 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

Configuration for chat prompt template

Link copied to clipboard

Functions

Link copied to clipboard
open override fun toJava(): PromptChatPromptTemplateConfigurationArgs