mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-29 14:34:55 -07:00
feat(core): Align internal agent settings with configs exposed through settings.json (#16458)
This commit is contained in:
@@ -245,10 +245,12 @@ Body`);
|
||||
},
|
||||
modelConfig: {
|
||||
model: 'inherit',
|
||||
top_p: 0.95,
|
||||
generateContentConfig: {
|
||||
topP: 0.95,
|
||||
},
|
||||
},
|
||||
runConfig: {
|
||||
max_time_minutes: 5,
|
||||
maxTimeMinutes: 5,
|
||||
},
|
||||
inputConfig: {
|
||||
inputs: {
|
||||
|
||||
Reference in New Issue
Block a user