mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00: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