mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-13 21:32:56 -07:00
Explict imports & exports with type modifier (#3774)
This commit is contained in:
@@ -15,12 +15,12 @@ import {
|
||||
getStructuredResponse,
|
||||
getStructuredResponseFromParts,
|
||||
} from './generateContentResponseUtilities.js';
|
||||
import {
|
||||
import type {
|
||||
GenerateContentResponse,
|
||||
Part,
|
||||
FinishReason,
|
||||
SafetyRating,
|
||||
} from '@google/genai';
|
||||
import { FinishReason } from '@google/genai';
|
||||
|
||||
const mockTextPart = (text: string): Part => ({ text });
|
||||
const mockFunctionCallPart = (
|
||||
|
||||
Reference in New Issue
Block a user