mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-24 20:14:44 -07:00
refactor(core): update production type imports from coreToolScheduler (#23498)
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user