UNPKG

pharos-agent-kit

Version:
10 lines 349 B
import { Tool } from "langchain/tools"; import { PharosAgentKit } from "../../agent"; export declare class PharosGetWalletAddressTool extends Tool { private pharosKit; name: string; description: string; constructor(pharosKit: PharosAgentKit); _call(_input: string): Promise<string>; } //# sourceMappingURL=wallet_address.d.ts.map