UNPKG

crewai-ts

Version:

TypeScript port of crewAI for agent-based workflows

6 lines 272 B
/** * Sample Custom Tool Implementation * A demonstration of how to create custom tools using the extension framework */ export declare function createTranslationTool(): import("../BaseTool.js").BaseTool<unknown, unknown>; //# sourceMappingURL=SampleCustomTool.d.ts.map