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
+13
View File
@@ -700,6 +700,19 @@ their corresponding top-level category object in your `settings.json` file.
"extends": "gemini-3-flash-base",
"modelConfig": {}
},
"context-snapshotter": {
"extends": "gemini-3-flash-base",
"modelConfig": {
"generateContentConfig": {
"thinkingConfig": {
"thinkingLevel": "HIGH"
},
"temperature": 1,
"topP": 0.95,
"topK": 64
}
}
},
"chat-compression-3-pro": {
"modelConfig": {
"model": "gemini-3-pro-preview"