Kind: Interface
Source: atloria-monorepo/libs/agent-core/src/benchmark/retry-runner.ts
Properties
| Property | Type |
|---|---|
maxAttempts | number |
strategy | `'best_patch' |
scorer | (patch: string, task: BenchmarkTask) => Promise<number> |
temperatureSchedule | number[] |
Kind: Interface
Source: atloria-monorepo/libs/agent-core/src/benchmark/retry-runner.ts
| Property | Type |
|---|---|
maxAttempts | number |
strategy | `'best_patch' |
scorer | (patch: string, task: BenchmarkTask) => Promise<number> |
temperatureSchedule | number[] |
Was this page helpful?