MCPcopy Create free account
hub / github.com/astercloud/aster / failingTestScorer

Struct failingTestScorer

pkg/evals/batch_test.go:338–338  ·  view source on GitHub ↗

failingTestScorer 是一个总是失败的测试 Scorer

Source from the content-addressed store, hash-verified

336
337// failingTestScorer 是一个总是失败的测试 Scorer
338type failingTestScorer struct{}
339
340func (f *failingTestScorer) Score(ctx context.Context, input *TextEvalInput) (*ScoreResult, error) {
341 return nil, context.Canceled

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected