ToolResultBlock

A tool result block that contains the results for a tool request that the model previously made.

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.

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