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
@@ -253,6 +253,17 @@
"topP": 1
}
},
"context-snapshotter": {
"model": "gemini-3-flash-preview",
"generateContentConfig": {
"temperature": 1,
"topP": 0.95,
"thinkingConfig": {
"thinkingLevel": "HIGH"
},
"topK": 64
}
},
"chat-compression-3-pro": {
"model": "gemini-3-pro-preview",
"generateContentConfig": {}
@@ -253,6 +253,17 @@
"topP": 1
}
},
"context-snapshotter": {
"model": "gemini-3-flash-preview",
"generateContentConfig": {
"temperature": 1,
"topP": 0.95,
"thinkingConfig": {
"thinkingLevel": "HIGH"
},
"topK": 64
}
},
"chat-compression-3-pro": {
"model": "gemini-3-pro-preview",
"generateContentConfig": {}