mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-29 06:25:16 -07:00
feat(core): Migrate generateContent to model configs. (#12834)
This commit is contained in:
@@ -103,7 +103,7 @@
|
||||
"maxOutputTokens": 2000
|
||||
}
|
||||
},
|
||||
"web-search-tool": {
|
||||
"web-search": {
|
||||
"model": "gemini-2.5-flash",
|
||||
"generateContentConfig": {
|
||||
"temperature": 0,
|
||||
@@ -115,7 +115,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"web-fetch-tool": {
|
||||
"web-fetch": {
|
||||
"model": "gemini-2.5-flash",
|
||||
"generateContentConfig": {
|
||||
"temperature": 0,
|
||||
@@ -127,6 +127,13 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"web-fetch-fallback": {
|
||||
"model": "gemini-2.5-flash",
|
||||
"generateContentConfig": {
|
||||
"temperature": 0,
|
||||
"topP": 1
|
||||
}
|
||||
},
|
||||
"loop-detection": {
|
||||
"model": "gemini-2.5-flash",
|
||||
"generateContentConfig": {
|
||||
|
||||
Reference in New Issue
Block a user