fix(context): Change snapshotter model config. (#26745)

This commit is contained in:
joshualitt
2026-05-11 08:06:55 -07:00
committed by GitHub
parent 1a894c18ea
commit 8a3fde4c33
6 changed files with 77 additions and 3 deletions
@@ -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,