UNPKG

gaunt-sloth-assistant

Version:

[![Tests and Lint](https://github.com/Galvanized-Pukeko/gaunt-sloth-assistant/actions/workflows/unit-tests.yml/badge.svg)](https://github.com/Galvanized-Pukeko/gaunt-sloth-assistant/actions/workflows/unit-tests.yml) [![Integration Tests](https://github.co

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