feat(core): Wire up chat code path for model configs. (#12850)

This commit is contained in:
joshualitt
2025-11-19 20:41:16 -08:00
committed by GitHub
parent 43d6dc3668
commit 257cd07a3a
19 changed files with 485 additions and 347 deletions
@@ -11,7 +11,19 @@
"topP": 0.95,
"thinkingConfig": {
"includeThoughts": true,
"thinkingBudget": -1
"thinkingBudget": 8192
},
"topK": 64
}
},
"gemini-3-pro-preview": {
"model": "gemini-3-pro-preview",
"generateContentConfig": {
"temperature": 1,
"topP": 0.95,
"thinkingConfig": {
"includeThoughts": true,
"thinkingBudget": 8192
},
"topK": 64
}
@@ -23,7 +35,7 @@
"topP": 0.95,
"thinkingConfig": {
"includeThoughts": true,
"thinkingBudget": -1
"thinkingBudget": 8192
},
"topK": 64
}
@@ -35,7 +47,7 @@
"topP": 0.95,
"thinkingConfig": {
"includeThoughts": true,
"thinkingBudget": -1
"thinkingBudget": 8192
},
"topK": 64
}
@@ -47,7 +59,7 @@
"topP": 0.95,
"thinkingConfig": {
"includeThoughts": true,
"thinkingBudget": -1
"thinkingBudget": 8192
},
"topK": 64
}