refactor(core): delete obsolete coreToolScheduler (#23502)

This commit is contained in:
Abhi
2026-03-23 17:21:14 -04:00
committed by GitHub
parent db14cdf92b
commit 919e5da581
7 changed files with 30 additions and 3987 deletions
@@ -20,7 +20,7 @@ import type {
CompletedToolCall,
ErroredToolCall,
SuccessfulToolCall,
} from '../core/coreToolScheduler.js';
} from '../scheduler/types.js';
import { ToolErrorType } from '../tools/tool-error.js';
import { ToolConfirmationOutcome } from '../tools/tools.js';
import { MockTool } from '../test-utils/mock-tool.js';