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
@@ -25,7 +25,7 @@ import {
AuthType,
type ContentGeneratorConfig,
} from '../../core/contentGenerator.js';
import type { SuccessfulToolCall } from '../../core/coreToolScheduler.js';
import type { SuccessfulToolCall } from '../../scheduler/types.js';
import type { ConfigParameters } from '../../config/config.js';
import { EventMetadataKey } from './event-metadata-key.js';
import { makeFakeConfig } from '../../test-utils/config.js';
@@ -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';