mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-27 21:44:25 -07:00
fix: merge duplicate imports in packages/core (3/4) (#20928)
This commit is contained in:
@@ -4,29 +4,29 @@
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
import type {
|
||||
Content,
|
||||
ContentListUnion,
|
||||
ContentUnion,
|
||||
GenerateContentConfig,
|
||||
GenerateContentParameters,
|
||||
CountTokensParameters,
|
||||
CountTokensResponse,
|
||||
GenerationConfigRoutingConfig,
|
||||
MediaResolution,
|
||||
Candidate,
|
||||
ModelSelectionConfig,
|
||||
GenerateContentResponsePromptFeedback,
|
||||
GenerateContentResponseUsageMetadata,
|
||||
Part,
|
||||
SafetySetting,
|
||||
PartUnion,
|
||||
SpeechConfigUnion,
|
||||
ThinkingConfig,
|
||||
ToolListUnion,
|
||||
ToolConfig,
|
||||
import {
|
||||
GenerateContentResponse,
|
||||
type Content,
|
||||
type ContentListUnion,
|
||||
type ContentUnion,
|
||||
type GenerateContentConfig,
|
||||
type GenerateContentParameters,
|
||||
type CountTokensParameters,
|
||||
type CountTokensResponse,
|
||||
type GenerationConfigRoutingConfig,
|
||||
type MediaResolution,
|
||||
type Candidate,
|
||||
type ModelSelectionConfig,
|
||||
type GenerateContentResponsePromptFeedback,
|
||||
type GenerateContentResponseUsageMetadata,
|
||||
type Part,
|
||||
type SafetySetting,
|
||||
type PartUnion,
|
||||
type SpeechConfigUnion,
|
||||
type ThinkingConfig,
|
||||
type ToolListUnion,
|
||||
type ToolConfig,
|
||||
} from '@google/genai';
|
||||
import { GenerateContentResponse } from '@google/genai';
|
||||
import { debugLogger } from '../utils/debugLogger.js';
|
||||
import type { Credits } from './types.js';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user