ToolResultBlock

A tool result block that contains the results for a tool request that the model previously made. For more information, see Call a tool with the Converse API in the Amazon Bedrock User Guide.

Types

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

Properties

Link copied to clipboard

The content for tool result content block.

Link copied to clipboard

The status for the tool result content block.

Link copied to clipboard

The ID of the tool request that this is the result for.

Link copied to clipboard
val type: String?

The type for the tool result content block.

Functions

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