HarnessTool

A tool available to the agent loop.

Types

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

Properties

Link copied to clipboard

Tool-specific configuration.

Link copied to clipboard
val name: String?

Unique name for the tool. If not provided, a name will be inferred or generated.

Link copied to clipboard

The type of tool.

Functions

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