ToolConfiguration

Configuration information for the tools that you pass to a model. For more information, see Tool use (function calling) in the Amazon Bedrock User Guide.

Types

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

Properties

Link copied to clipboard

If supported by model, forces the model to request a tool.

Link copied to clipboard

An array of tools that you want 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