| 31 | * Focused evaluation runner |
| 32 | */ |
| 33 | export class FocusedEvaluationRunner { |
| 34 | private client?: DocumentEngineClient; |
| 35 | private evaluator: ToolUsageEvaluator; |
| 36 | private reporter: EvaluationReporter; |
nothing calls this directly
no outgoing calls
no test coverage detected