fix: merge duplicate imports in packages/core (3/4) (#20928)

This commit is contained in:
nityam
2026-03-04 05:42:59 +05:30
committed by GitHub
parent d25088956d
commit 28af4e127f
143 changed files with 909 additions and 712 deletions
+22 -22
View File
@@ -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';