systems
Parameters
value
A list of system prompts to provide context to the model or to describe how it should behave. See System for more information.
Parameters
values
A list of system prompts to provide context to the model or to describe how it should behave. See System for more information.
suspend fun systems(argument: List<suspend AgentPromptVariantTemplateConfigurationChatSystemArgsBuilder.() -> Unit>)
suspend fun systems(vararg argument: suspend AgentPromptVariantTemplateConfigurationChatSystemArgsBuilder.() -> Unit)
suspend fun systems(argument: suspend AgentPromptVariantTemplateConfigurationChatSystemArgsBuilder.() -> Unit)
Parameters
argument
A list of system prompts to provide context to the model or to describe how it should behave. See System for more information.