diff options
| author | Taylor Mullen <[email protected]> | 2025-04-18 10:53:16 -0400 |
|---|---|---|
| committer | N. Taylor Mullen <[email protected]> | 2025-04-18 12:41:02 -0400 |
| commit | e0339993aeae97e0ce77ffa430214b64007b9f6f (patch) | |
| tree | d48320c7cc66076a42b42de8cee7ff9985474fdc /packages/cli/src/ui/hooks/useGeminiStream.ts | |
| parent | cb303514035440b1631964cad5093a4c80cd3e43 (diff) | |
Initial auto-fixing of linting errors.
- This is the result of runing `npm lint -- -fix`
Diffstat (limited to 'packages/cli/src/ui/hooks/useGeminiStream.ts')
| -rw-r--r-- | packages/cli/src/ui/hooks/useGeminiStream.ts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/cli/src/ui/hooks/useGeminiStream.ts b/packages/cli/src/ui/hooks/useGeminiStream.ts index 4144d96a..63f110b5 100644 --- a/packages/cli/src/ui/hooks/useGeminiStream.ts +++ b/packages/cli/src/ui/hooks/useGeminiStream.ts @@ -3,8 +3,7 @@ import { useInput } from 'ink'; import { GeminiClient } from '../../core/gemini-client.js'; import { type Chat, type PartListUnion } from '@google/genai'; import { HistoryItem } from '../types.js'; -import { processGeminiStream } from '../../core/gemini-stream.js'; -import { StreamingState } from '../../core/gemini-stream.js'; +import { processGeminiStream , StreamingState } from '../../core/gemini-stream.js'; const addHistoryItem = ( setHistory: React.Dispatch<React.SetStateAction<HistoryItem[]>>, |
