systems

@JvmName(name = "lgttfiudhadqpbsp")
suspend fun systems(value: Output<List<AgentPromptVariantTemplateConfigurationChatSystemArgs>>)
@JvmName(name = "jbphkxyvyclbjmyy")
suspend fun systems(value: List<AgentPromptVariantTemplateConfigurationChatSystemArgs>?)

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.


@JvmName(name = "ikgcwunwiprnmflk")
suspend fun systems(vararg values: Output<AgentPromptVariantTemplateConfigurationChatSystemArgs>)


@JvmName(name = "tivqkyyqknbcjmbw")
suspend fun systems(values: List<Output<AgentPromptVariantTemplateConfigurationChatSystemArgs>>)
@JvmName(name = "daomgihmsumpbisg")
suspend fun systems(vararg values: AgentPromptVariantTemplateConfigurationChatSystemArgs)

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.


@JvmName(name = "syjqnsfboukduecd")
suspend fun systems(argument: List<suspend AgentPromptVariantTemplateConfigurationChatSystemArgsBuilder.() -> Unit>)
@JvmName(name = "fbefyiipixpjbvtf")
suspend fun systems(vararg argument: suspend AgentPromptVariantTemplateConfigurationChatSystemArgsBuilder.() -> Unit)
@JvmName(name = "sbvacxrbjaivpvlw")
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.