Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Model ¶ added in v0.5.0
type Model struct {
// contains filtered or unexported fields
}
Model represents a LLM model accessed via a provider.
func (*Model) GenerateTestsForFile ¶ added in v0.5.0
func (m *Model) GenerateTestsForFile(logger *log.Logger, language language.Language, repositoryPath string, filePath string) (assessment metrics.Assessments, err error)
GenerateTestsForFile generates test files for the given implementation file in a repository.
func (*Model) SetQueryAttempts ¶ added in v0.5.0
SetQueryAttempts sets the number of query attempts to perform when a model request errors in the process of solving a task.
Click to show internal directories.
Click to hide internal directories.