Agent Prompt Variant Template Configuration Chat
data class AgentPromptVariantTemplateConfigurationChat(val inputVariables: List<AgentPromptVariantTemplateConfigurationChatInputVariable>? = null, val messages: List<AgentPromptVariantTemplateConfigurationChatMessage>? = null, val systems: List<AgentPromptVariantTemplateConfigurationChatSystem>? = null, val toolConfiguration: AgentPromptVariantTemplateConfigurationChatToolConfiguration? = null)
Constructors
Link copied to clipboard
constructor(inputVariables: List<AgentPromptVariantTemplateConfigurationChatInputVariable>? = null, messages: List<AgentPromptVariantTemplateConfigurationChatMessage>? = null, systems: List<AgentPromptVariantTemplateConfigurationChatSystem>? = null, toolConfiguration: AgentPromptVariantTemplateConfigurationChatToolConfiguration? = null)
Properties
Link copied to clipboard
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.