AgentPromptVariantTemplateConfigurationChatArgs

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>

Properties

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

Configuration information for the tools that the model can use when generating a response. See Tool Configuration for more information.

Functions

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