mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-05-02 05:31:02 +00:00
parent
539a49bd24
commit
529c2649b8
10 changed files with 21 additions and 15 deletions
|
|
@ -25,10 +25,13 @@ import type {
|
|||
AnyDeclarativeTool,
|
||||
AnyToolInvocation,
|
||||
} from '@google/gemini-cli-core';
|
||||
import { ToolConfirmationOutcome, ApprovalMode } from '@google/gemini-cli-core';
|
||||
import {
|
||||
ToolConfirmationOutcome,
|
||||
ApprovalMode,
|
||||
MockTool,
|
||||
} from '@google/gemini-cli-core';
|
||||
import type { HistoryItemWithoutId, HistoryItemToolGroup } from '../types.js';
|
||||
import { ToolCallStatus } from '../types.js';
|
||||
import { MockTool } from '@google/gemini-cli-test-utils';
|
||||
|
||||
// Mocks
|
||||
vi.mock('@google/gemini-cli-core', async () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue