mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-11 22:00:41 -07:00
refactor(core): delete obsolete coreToolScheduler (#23502)
This commit is contained in:
@@ -24,14 +24,16 @@ import {
|
||||
} from '@google/genai';
|
||||
import * as codeAssist from './codeAssist.js';
|
||||
import type { CodeAssistServer } from './server.js';
|
||||
import type { CompletedToolCall } from '../core/coreToolScheduler.js';
|
||||
import type {
|
||||
CompletedToolCall,
|
||||
ToolCallResponseInfo,
|
||||
} from '../scheduler/types.js';
|
||||
import {
|
||||
ToolConfirmationOutcome,
|
||||
type AnyDeclarativeTool,
|
||||
type AnyToolInvocation,
|
||||
} from '../tools/tools.js';
|
||||
import type { Config } from '../config/config.js';
|
||||
import type { ToolCallResponseInfo } from '../scheduler/types.js';
|
||||
|
||||
function createMockResponse(
|
||||
candidates: GenerateContentResponse['candidates'] = [],
|
||||
|
||||
Reference in New Issue
Block a user