Tools
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;
}
Defined in: common/types/src/codeboltjstypes/libFunctionTypes/internal.ts:578
Interface for tools that can be used within tasks.
[key: string]: {
description: string;
example?: string;
usage: string;
}