mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-20 16:57:46 +00:00
refactor: Centralize session ID generation and propagation
This commit is contained in:
@@ -162,6 +162,7 @@ export class GeminiClient {
|
||||
return new GeminiChat(
|
||||
await this.contentGenerator,
|
||||
this.model,
|
||||
this.config.getSessionId(),
|
||||
{
|
||||
systemInstruction,
|
||||
...this.generateContentConfig,
|
||||
|
||||
Reference in New Issue
Block a user