refactor(core): update production type imports from coreToolScheduler (#23498)

This commit is contained in:
Abhi
2026-03-23 15:48:38 -04:00
committed by GitHub
parent d5b78dbeea
commit 153f2630b9
6 changed files with 5 additions and 6 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ import {
type ConversationOffered,
type StreamingLatency,
} from './types.js';
import type { CompletedToolCall } from '../core/coreToolScheduler.js';
import type { CompletedToolCall } from '../scheduler/types.js';
import type { Config } from '../config/config.js';
import { debugLogger } from '../utils/debugLogger.js';
import { getCodeAssistServer } from './codeAssist.js';