mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-18 18:11:02 -07:00
fix: merge duplicate imports in packages/core (3/4) (#20928)
This commit is contained in:
@@ -6,11 +6,11 @@
|
||||
|
||||
import { describe, it, expect } from 'vitest';
|
||||
import { convertToRestPayload } from './apiConversionUtils.js';
|
||||
import type { GenerateContentParameters } from '@google/genai';
|
||||
import {
|
||||
FunctionCallingConfigMode,
|
||||
HarmCategory,
|
||||
HarmBlockThreshold,
|
||||
type GenerateContentParameters,
|
||||
} from '@google/genai';
|
||||
|
||||
describe('apiConversionUtils', () => {
|
||||
|
||||
Reference in New Issue
Block a user