feat(core): Align internal agent settings with configs exposed through settings.json (#16458)

This commit is contained in:
joshualitt
2026-01-13 14:31:34 -08:00
committed by GitHub
parent 63c918fe7d
commit d66ec38f82
12 changed files with 176 additions and 135 deletions
+4 -2
View File
@@ -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: {