mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-22 19:14:33 -07:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user