diff options
| author | Jaana Dogan <[email protected]> | 2025-04-21 11:49:46 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-04-21 11:49:46 -0700 |
| commit | 651a5434036f1906f19523f1265686c168305060 (patch) | |
| tree | 4c1fe7d7b8a6b72811dcb2cdd2239ec47e4eed66 /packages/cli/src/ui/hooks/useGeminiStream.ts | |
| parent | 738c2692fb9bdeda7c801e7b4e773f81ebc1ded0 (diff) | |
Remove gemini-stream.ts (#84)
This module is no longer needed and the types can be provided from types.
Diffstat (limited to 'packages/cli/src/ui/hooks/useGeminiStream.ts')
| -rw-r--r-- | packages/cli/src/ui/hooks/useGeminiStream.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/cli/src/ui/hooks/useGeminiStream.ts b/packages/cli/src/ui/hooks/useGeminiStream.ts index 62851019..2728c394 100644 --- a/packages/cli/src/ui/hooks/useGeminiStream.ts +++ b/packages/cli/src/ui/hooks/useGeminiStream.ts @@ -30,11 +30,11 @@ import { type Part, } from '@google/genai'; import { + StreamingState, HistoryItem, IndividualToolCallDisplay, ToolCallStatus, } from '../types.js'; -import { StreamingState } from '../../core/gemini-stream.js'; import { toolRegistry } from '../../tools/tool-registry.js'; const addHistoryItem = ( |
