diff options
| author | Adam Weidman <[email protected]> | 2025-08-13 17:57:11 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-08-13 17:57:11 +0000 |
| commit | b61a63aef4bcce9cb56fe46f10f0dc90b8fd6597 (patch) | |
| tree | 278aa096f82fbad8f0b75cdfefdd108531ccc4a0 /packages/cli/src/ui/hooks/useGeminiStream.ts | |
| parent | 9c7fb870c1a7c80741fafdfc6837d4b92e373b2d (diff) | |
move errorParsing.ts to core (#6159)
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 6f3cb4fd..99b727b6 100644 --- a/packages/cli/src/ui/hooks/useGeminiStream.ts +++ b/packages/cli/src/ui/hooks/useGeminiStream.ts @@ -25,6 +25,7 @@ import { UnauthorizedError, UserPromptEvent, DEFAULT_GEMINI_FLASH_MODEL, + parseAndFormatApiError, } from '@google/gemini-cli-core'; import { type Part, type PartListUnion, FinishReason } from '@google/genai'; import { @@ -37,7 +38,6 @@ import { ToolCallStatus, } from '../types.js'; import { isAtCommand } from '../utils/commandUtils.js'; -import { parseAndFormatApiError } from '../utils/errorParsing.js'; import { useShellCommandProcessor } from './shellCommandProcessor.js'; import { handleAtCommand } from './atCommandProcessor.js'; import { findLastSafeSplitPoint } from '../utils/markdownUtilities.js'; |
