Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CacheKey ¶
CacheKey generates a unique cache key for a test case run The key is based on: - spec content (name, config, graders) - task content (test case definition) - model ID - fixture file hashes
func HasNonDeterministicGraders ¶
func HasNonDeterministicGraders(spec *models.BenchmarkSpec) bool
HasNonDeterministicGraders checks if any graders are non-deterministic Non-deterministic graders include: behavior and prompt
Types ¶
type Cache ¶
type Cache struct {
// contains filtered or unexported fields
}
Cache provides caching for evaluation results
Click to show internal directories.
Click to hide internal directories.