ToolUseResultData

Data about the result of tool usage.

Types

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

Properties

Link copied to clipboard
val inputSchema: <Error class: unknown class>?

The input schema for the tool use result.

Link copied to clipboard

The name of the tool that was used.

Link copied to clipboard
val toolResult: <Error class: unknown class>?

The result of the tool usage.

Link copied to clipboard

The identifier of the tool use instance.

Functions

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