Call

class Call

A request for the client to execute a specific tool with given parameters.

Types

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

Properties

Link copied to clipboard

A unique identifier for this tool call, used to match results back to requests.

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

The input parameters for the tool call, formatted according to the tool's schema.

Link copied to clipboard

The name of the tool to invoke, following the pattern 'tool.{toolName}' or 'browser.{browserAction}'.

Functions

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