mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-20 16:57:46 +00:00
Summarize tool call outputs using tool specific summarizers (#3745)
This commit is contained in:
@@ -419,8 +419,9 @@ export class GeminiClient {
|
||||
contents: Content[],
|
||||
generationConfig: GenerateContentConfig,
|
||||
abortSignal: AbortSignal,
|
||||
model?: string,
|
||||
): Promise<GenerateContentResponse> {
|
||||
const modelToUse = this.config.getModel();
|
||||
const modelToUse = model ?? this.config.getModel();
|
||||
const configToUse: GenerateContentConfig = {
|
||||
...this.generateContentConfig,
|
||||
...generationConfig,
|
||||
|
||||
Reference in New Issue
Block a user