Update packages/ai/evals/agents/analyst-agent/metrics/think-and-prep-updates.ts

Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
dal 2025-07-23 08:28:38 -06:00 committed by GitHub
parent 6c52727b48
commit b13d7c71fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -43,5 +43,5 @@ Eval('development', {
}),
task: runAnalystWorkflow,
scores: [], // No scoring functions for now - just running the experiment
maxConcurrency: 10, // Run up to 1 tests at the same time
maxConcurrency: 10, // Run up to 10 tests at the same time
});