You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(graders): Renames the aevaluate method to the internally used _aevaluate.
- Renames the `aevaluate` async method in multiple gradient classes to `_aevaluate` to identify it as an internal method.
- Updates the method call names in `CGCVGrader` to match the renamed `_aevaluate`.
- Maintains asynchronous call logic, enhancing code encapsulation.
- Affected gradients include the `audit`, `cgcv`, `ebtu`, `grounding`, `presentation_quality`, and `traceability` modules.
0 commit comments