Merge branch 'evals' of https://github.com/buster-so/buster into evals

This commit is contained in:
Nate Kelley 2025-04-14 16:31:17 -06:00
commit c8719c984e
No known key found for this signature in database
GPG Key ID: FD90372AB8D98B4F
1 changed files with 1 additions and 1 deletions

View File

@ -607,7 +607,7 @@ impl Agent {
}), }),
// temperature: Some(0.0), // temperature: Some(0.0),
// max_completion_tokens: Some(15000), // max_completion_tokens: Some(15000),
// reasoning_effort: Some("low".to_string()), reasoning_effort: Some("low".to_string()),
..Default::default() ..Default::default()
}; };