sei-agent-kit
Version:
A package for building AI agents on the SEI blockchain
11 lines • 370 B
TypeScript
import { SeiAgentKit } from "../../agent";
import { StructuredTool } from "langchain/tools";
export declare class SeiGetAccountDetailsTool extends StructuredTool {
private readonly seiKit;
name: string;
description: string;
schema: any;
constructor(seiKit: SeiAgentKit);
_call(): Promise<string>;
}
//# sourceMappingURL=getAccountDetails.d.ts.map