Prompt Chat Prompt Template Configuration Args
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
Link copied to clipboard
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
val system: Output<List<Either<PromptSystemContentBlock0PropertiesArgs, PromptSystemContentBlock1PropertiesArgs>>>? = null
Configuration for chat prompt template
Link copied to clipboard