/** * thread_update — update a thread's status, content, or metadata. */ import type { ToolDefinition } from '../mcp/tools.js'; export declare const threadUpdateTool: ToolDefinition; //# sourceMappingURL=thread-update.d.ts.map