-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Assertions are bery inconsistent #87
Comments
If I left the handler implementation like the docs throws me an error of to much tokens in the request. |
Thanks for the report @Agustin-Perezz, did you try other LLMs like Sonnet? |
Also, Detox Copilot uses an older version of Pilot, we'll upgrade it's version soon and it might improve your tests. |
@Agustin-Perezz try to remove the instructions from the system prompt, Detox Pilot already gives the LLM the necessary context for the APIs supported. Not clear why it writes Espresso code. Also, it looks like your issue is with the LLM you're using |
Thanks, I will try another LLM |
I'm testing the detox copilot but is doing things inconsistent, even if the task is very simple.
Here is my handler:
The test:
And the result:

The text was updated successfully, but these errors were encountered: