import type { RegisteredTool } from '@cicctencent/agent-core'; /** * 创建后台任务状态查询工具 * * LLM 在发起 `background: true` 调用后,通过 `get_task_status` 查询后台任务 * 的当前状态和结果,以便在后续轮次中引用任务输出。 */ export declare function createGetTaskStatusTools(): RegisteredTool[]; //# sourceMappingURL=get-task-status.d.ts.map