Mirror icon indicating copy to clipboard operation
Mirror copied to clipboard

Verify generated code

Open AZHenley opened this issue 1 year ago • 0 comments

The "compiler" should...

  1. Emit the JS function signature statically. Currently, we are trusting the LLM despite the parser already having all the info.
  2. Execute the inputs from the examples to the generated JS in a sandbox to verify that the output is correct.

AZHenley avatar Nov 17 '24 19:11 AZHenley