Agent Prompt Variant Template Configuration Chat Args
data class AgentPromptVariantTemplateConfigurationChatArgs(val inputVariables: Output<List<AgentPromptVariantTemplateConfigurationChatInputVariableArgs>>? = null, val messages: Output<List<AgentPromptVariantTemplateConfigurationChatMessageArgs>>? = null, val systems: Output<List<AgentPromptVariantTemplateConfigurationChatSystemArgs>>? = null, val toolConfiguration: Output<AgentPromptVariantTemplateConfigurationChatToolConfigurationArgs>? = null) : ConvertibleToJava<AgentPromptVariantTemplateConfigurationChatArgs>
Constructors
Link copied to clipboard
constructor(inputVariables: Output<List<AgentPromptVariantTemplateConfigurationChatInputVariableArgs>>? = null, messages: Output<List<AgentPromptVariantTemplateConfigurationChatMessageArgs>>? = null, systems: Output<List<AgentPromptVariantTemplateConfigurationChatSystemArgs>>? = null, toolConfiguration: Output<AgentPromptVariantTemplateConfigurationChatToolConfigurationArgs>? = null)
Properties
Link copied to clipboard
val inputVariables: Output<List<AgentPromptVariantTemplateConfigurationChatInputVariableArgs>>? = null
Link copied to clipboard
A list of messages in the chat for the prompt. See Message for more information.
Link copied to clipboard
A list of system prompts to provide context to the model or to describe how it should behave. See System for more information.
Link copied to clipboard
val toolConfiguration: Output<AgentPromptVariantTemplateConfigurationChatToolConfigurationArgs>? = null
Configuration information for the tools that the model can use when generating a response. See Tool Configuration for more information.