UNPKG

@mastra/core

Version:

Mastra is a framework for building AI-powered applications and agents with a modern TypeScript stack.

6 lines 323 B
export declare const writeFileTool: import("../../tools").Tool<{ path: string; content: string; overwrite?: boolean | undefined; }, unknown, unknown, unknown, import("../../tools").ToolExecutionContext<unknown, unknown, unknown>, "mastra_workspace_write_file", unknown>; //# sourceMappingURL=write-file.d.ts.map