/opt/canhelp/node_modules/@anthropic-ai/sdk/helpers/beta
Edit: /opt/canhelp/node_modules/@anthropic-ai/sdk/helpers/beta/memory.d.ts (614B)
import { BetaRunnableTool, Promisable } from "../../lib/tools/BetaRunnableTool.js";
import { BetaMemoryTool20250818Command, BetaToolResultContentBlockParam } from "../../resources/beta.js";
type Command = BetaMemoryTool20250818Command['command'];
export type MemoryToolHandlers = {
[K in Command]: (command: Extract
) => Promisable>;
};
export declare function betaMemoryTool(handlers: MemoryToolHandlers): BetaRunnableTool;
export {};
//# sourceMappingURL=memory.d.ts.map