messages
Parameters
value
A list of messages in the chat for the prompt. See Message for more information.
Parameters
values
A list of messages in the chat for the prompt. See Message for more information.
suspend fun messages(argument: List<suspend AgentPromptVariantTemplateConfigurationChatMessageArgsBuilder.() -> Unit>)
suspend fun messages(vararg argument: suspend AgentPromptVariantTemplateConfigurationChatMessageArgsBuilder.() -> Unit)
suspend fun messages(argument: suspend AgentPromptVariantTemplateConfigurationChatMessageArgsBuilder.() -> Unit)
Parameters
argument
A list of messages in the chat for the prompt. See Message for more information.