UNPKG

@agentek/tools

Version:

Blockchain tools for AI agents

5 lines 160 B
export type ThinkToolReturnType = { thought: string; }; export declare const thinkTool: import("../client.js").BaseTool; //# sourceMappingURL=tools.d.ts.map