Simplify GeminiClient (#101)

Doing some more clean-up:
* Remove confusing continue/break
* Handle empty result
* Rename the file just client.js
This commit is contained in:
Jaana Dogan
2025-04-21 17:15:20 -07:00
committed by GitHub
parent dd81be1b9b
commit cacf0cc0ef
3 changed files with 12 additions and 23 deletions

View File

@@ -8,7 +8,7 @@
export * from './config/config.js';
// Export Core Logic
export * from './core/gemini-client.js';
export * from './core/client.js';
export * from './core/prompts.js';
export * from './core/turn.js';
// Potentially export types from turn.ts if needed externally