mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-29 20:20:57 +00:00
move errorParsing.ts to core (#6159)
This commit is contained in:
parent
9c7fb870c1
commit
b61a63aef4
7 changed files with 19 additions and 23 deletions
|
|
@ -13,10 +13,10 @@ import {
|
|||
isTelemetrySdkInitialized,
|
||||
GeminiEventType,
|
||||
ToolErrorType,
|
||||
parseAndFormatApiError,
|
||||
} from '@google/gemini-cli-core';
|
||||
import { Content, Part, FunctionCall } from '@google/genai';
|
||||
|
||||
import { parseAndFormatApiError } from './ui/utils/errorParsing.js';
|
||||
import { ConsolePatcher } from './ui/utils/ConsolePatcher.js';
|
||||
|
||||
export async function runNonInteractive(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue