@agentek/tools
Version:
Blockchain tools for AI agents
11 lines • 394 B
TypeScript
import { ImageGenToolOptions } from "./index.js";
/**
* Uses Fireworks AI Stable Diffusion XL,
* then pins the result to IPFS via Pinata.
*/
export declare function createImageGenAndPinTool({ fireworksApiKey, // <-- NEW
pinataJWT, model, }: ImageGenToolOptions & {
fireworksApiKey: string;
model?: string;
}): import("../client.js").BaseTool;
//# sourceMappingURL=tools.d.ts.map