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
# why
On self healing we were finding the selector, but nor remembering the
arguments previously passed; so either they were empty or the LLM was
hallucinating them. This PR fixes this
# what changed
Updated the logic from selfHealing to reuse the previously passed
arguments and method
# test plan
- [x] Added evals to act and regression (`evals/tasks/heal_*.ts`)
---------
Co-authored-by: Sean McGuire <seanmcguire1@outlook.com>
0 commit comments