mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-14 05:42:54 -07:00
fix(context): Change snapshotter model config. (#26745)
This commit is contained in:
@@ -207,7 +207,7 @@ ${formatNodesForLlm(nodes)}`;
|
||||
try {
|
||||
const result = await this.env.llmClient.generateJson({
|
||||
role: LlmRole.UTILITY_STATE_SNAPSHOT_PROCESSOR,
|
||||
modelConfigKey: { model: 'gemini-3-flash-base' },
|
||||
modelConfigKey: { model: 'context-snapshotter' },
|
||||
contents: [{ role: 'user', parts: [{ text: userPromptText }] }],
|
||||
systemInstruction: { role: 'system', parts: [{ text: systemPrompt }] },
|
||||
schema: patchSchema,
|
||||
|
||||
Reference in New Issue
Block a user