CallResult

The result returned from executing a tool call.

Types

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

Properties

Link copied to clipboard

The identifier of the tool call that this result corresponds to.

Link copied to clipboard

The content returned by the tool execution, which can include text or other media types.

Functions

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