From cacf0cc0ef97f781ec742ff883c70ee7b0a04cee Mon Sep 17 00:00:00 2001 From: Jaana Dogan Date: Mon, 21 Apr 2025 17:15:20 -0700 Subject: Simplify GeminiClient (#101) Doing some more clean-up: * Remove confusing continue/break * Handle empty result * Rename the file just client.js --- packages/server/src/utils/BackgroundTerminalAnalyzer.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/server/src/utils/BackgroundTerminalAnalyzer.ts') diff --git a/packages/server/src/utils/BackgroundTerminalAnalyzer.ts b/packages/server/src/utils/BackgroundTerminalAnalyzer.ts index 54ad9d50..625b06b6 100644 --- a/packages/server/src/utils/BackgroundTerminalAnalyzer.ts +++ b/packages/server/src/utils/BackgroundTerminalAnalyzer.ts @@ -6,7 +6,7 @@ import { Content, SchemaUnion, Type } from '@google/genai'; import { getErrorMessage, isNodeError } from '../utils/errors.js'; -import { GeminiClient } from '../core/gemini-client.js'; +import { GeminiClient } from '../core/client.js'; import { Config } from '../config/config.js'; import { promises as fs } from 'fs'; import { exec as _exec } from 'child_process'; -- cgit v1.2.3