Interface ToolConfig

Configuration for a tool.

interface ToolConfig {
    className: string;
    options?: Record<string, unknown>;
}

Properties

Properties

className: string

Name of the class that implements the tool.

options?: Record<string, unknown>

Generic set of options for tools