@mastra/core
Version:
Mastra is a framework for building AI-powered applications and agents with a modern TypeScript stack.
7 lines • 349 B
TypeScript
export declare const editFileTool: import("../../tools").Tool<{
path: string;
old_string: string;
new_string: string;
replace_all?: boolean | undefined;
}, unknown, unknown, unknown, import("../../tools").ToolExecutionContext<unknown, unknown, unknown>, "mastra_workspace_edit_file", unknown>;
//# sourceMappingURL=edit-file.d.ts.map