any
suspend fun any(value: Output<AgentPromptVariantTemplateConfigurationChatToolConfigurationToolChoiceAnyArgs>)
suspend fun any(value: AgentPromptVariantTemplateConfigurationChatToolConfigurationToolChoiceAnyArgs?)
Parameters
value
Defines tools, at least one of which must be requested by the model. No text is generated but the results of tool use are sent back to the model to help generate a response. This object has no fields.
suspend fun any(argument: suspend AgentPromptVariantTemplateConfigurationChatToolConfigurationToolChoiceAnyArgsBuilder.() -> Unit)
Parameters
argument
Defines tools, at least one of which must be requested by the model. No text is generated but the results of tool use are sent back to the model to help generate a response. This object has no fields.