ToolConfiguration

Configuration information for the tools that the model can use when generating a response. For more information, see Use a tool to complete an Amazon Bedrock model response.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Defines which tools the model should request when invoked.

Link copied to clipboard

An array of tools to pass to a model.

Functions

Link copied to clipboard
inline fun copy(block: ToolConfiguration.Builder.() -> Unit = {}): ToolConfiguration
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String