tool Configuration
suspend fun toolConfiguration(value: Output<AgentPromptVariantTemplateConfigurationChatToolConfigurationArgs>)
suspend fun toolConfiguration(value: AgentPromptVariantTemplateConfigurationChatToolConfigurationArgs?)
Parameters
value
Configuration information for the tools that the model can use when generating a response. See Tool Configuration for more information.
suspend fun toolConfiguration(argument: suspend AgentPromptVariantTemplateConfigurationChatToolConfigurationArgsBuilder.() -> Unit)
Parameters
argument
Configuration information for the tools that the model can use when generating a response. See Tool Configuration for more information.