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
We need to have a system of validation with reroll or "is this right?" checking. A lot of prompt reponses get thrown away because the output isn't valid for one reason or another.
Heuristics
-> if the edit does any of the following
-> has last more than 50% of code in one roll
validation / reroll step
Add reasoning to code edit again
add "type" to generated code -- is it a complete script, snippet or replacement?
Add summary to code gen
if fails validation or type is not complete, combine, collect errors and ask to write into a complete file
if
-> fails validation
-> fails to run etc
--> just reroll it up to 3x
if
-> passes validation
-> passes
-- edit again
-> if no error
is it better or worse, any recommendations for next step?
The text was updated successfully, but these errors were encountered:
We need to have a system of validation with reroll or "is this right?" checking. A lot of prompt reponses get thrown away because the output isn't valid for one reason or another.
Heuristics
-> if the edit does any of the following
-> has last more than 50% of code in one roll
if
-> fails validation
-> fails to run etc
--> just reroll it up to 3x
if
-> passes validation
-> passes
-- edit again
-> if no error
is it better or worse, any recommendations for next step?
The text was updated successfully, but these errors were encountered: