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