Rework old tests and add validator step #9
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Since we decided to only do one run per model as opposed to pass@k I brought back the old v1 tests for now, with the goal of merging some of them into more complex tests in the future, and add new tests. All the old tests have been rewritten with the "test first" approach. This will also give a percentage score for each model.
I've also added
validator.tssupport for tests, where we can test that the AI actually uses the intended functions eg$derived.byis actually used as opposed to just creating a component that passes the tests with$effector something without actually using the right functions.Main changes
.ai-settings.jsonp-retry