tool Choice
suspend fun toolChoice(value: Output<AgentPromptVariantTemplateConfigurationChatToolConfigurationToolChoiceArgs>)
suspend fun toolChoice(value: AgentPromptVariantTemplateConfigurationChatToolConfigurationToolChoiceArgs?)
Parameters
value
Defines which tools the model should request when invoked. See Tool Choice for more information.
suspend fun toolChoice(argument: suspend AgentPromptVariantTemplateConfigurationChatToolConfigurationToolChoiceArgsBuilder.() -> Unit)
Parameters
argument
Defines which tools the model should request when invoked. See Tool Choice for more information.