ToolSpecification

Contains a specification for a tool. 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

The description of the tool.

Link copied to clipboard

The input schema for the tool.

Link copied to clipboard

The name of the tool.

Functions

Link copied to clipboard
inline fun copy(block: ToolSpecification.Builder.() -> Unit = {}): ToolSpecification
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