UNPKG

gaunt-sloth-assistant

Version:

> ⚠️ **`gaunt-sloth-assistant` has been renamed to [`gaunt-sloth`](https://www.npmjs.com/package/gaunt-sloth).** > The `1.5.x` series is the final release under the old name — active development continues under > the new package. To switch: > > ```bash >

4 lines (3 loc) 258 B
import { type StructuredToolInterface } from '@langchain/core/tools'; import { GthConfig } from '@gaunt-sloth/core/config.js'; export declare function get(config: GthConfig): StructuredToolInterface<import("@langchain/core/tools").ToolSchemaBase, any, any>;