/** * predict — anticipate what memories might be relevant given current context. * * Looks at recent observations and an optional hint to surface * knowledge you might need next. Unlike query() which answers a * specific question, predict() surfaces knowledge proactively. */ import type { ToolDefinition } from '../mcp/tools.js'; export declare const predictTool: ToolDefinition; //# sourceMappingURL=predict.d.ts.map