mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-07-10 01:50:20 -07:00
Update tests.
This commit is contained in:
@@ -55,7 +55,7 @@ export class NodeDistillationProcessor implements ContextProcessor {
|
||||
try {
|
||||
const response = await this.env.llmClient.generateContent({
|
||||
role: LlmRole.UTILITY_COMPRESSOR,
|
||||
modelConfigKey: { model: 'default' },
|
||||
modelConfigKey: { model: 'summarizer-default' },
|
||||
promptId: this.env.promptId,
|
||||
abortSignal: new AbortController().signal,
|
||||
contents: [
|
||||
|
||||
Reference in New Issue
Block a user