package
0.0.0-20241208193104-8e57d48d5502
Repository: https://github.com/natexcvi/go-llm.git
Documentation: pkg.go.dev
# Functions
Returns a new agent runner that can be used to evaluate the output.
Creates a new `Evaluator` with the provided configuration.
Returns a new llm runner that can be used to evaluate the output.
# Interfaces
Runner is an interface that represents a test runner that will be used to evaluate the output.
# Type aliases
GoodnessFunction is a function that takes an input, an output and an error (if one occurred) and returns a float64 which represents the goodness score of the output.