ToolSpec

class ToolSpec

Specification for a tool that acts can invoke, including its name, description, and input schema.

Types

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

Properties

Link copied to clipboard

A description of what the tool does and how it should be used.

Link copied to clipboard

The JSON schema that defines the expected input format for the tool.

Link copied to clipboard

The unique name of the tool that acts will use to invoke it.

Functions

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