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
Code generated by the LLM should go through a linting loop for common errors, which can be fed back to the LLM before this reaches the user. This should avoid things like incomprehensible syntax errors which might prove a stumbling block for a new user who is not Python-savvy, and could also avoid proliferating nasty code smells into user code.
The text was updated successfully, but these errors were encountered:
Code generated by the LLM should go through a linting loop for common errors, which can be fed back to the LLM before this reaches the user. This should avoid things like incomprehensible syntax errors which might prove a stumbling block for a new user who is not Python-savvy, and could also avoid proliferating nasty code smells into user code.
The text was updated successfully, but these errors were encountered: