Class Tool<T>Abstract

A tool that can be used to extend the functionality of Misti.

Type Parameters

  • T extends Record<string, unknown>

Hierarchy (view full)

Constructors

Properties

options: T

User-defined options for the tool merged with the default options.

Accessors

Methods

  • Returns a description of the tool and its options.

    Returns string

  • Returns a map of option names to their descriptions.

    Returns Record<keyof T, string>