Skip to main content

Tools

@codebolt/types


Interface: Tools

Defined in: common/types/src/codeboltjstypes/libFunctionTypes/internal.ts:578

Interface for tools that can be used within tasks.

Indexable

[key: string]: {
description: string;
example?: string;
usage: string;
}