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
Create a post-validation pass, named "Codify", that uses a configured external AI API (GPT LLM) to translate the statements in On Clauses, Functions, and Sagas into actual code for various popular programming languages. The output of the pass is the same as the input but with the statements changed to code in the form of the triple-backtick blocks implemented in #606
Allow:
a choice of viable LLMs that can generate code
a programming language output to be specified to include Scala, Java, Python, Mojo, and other sufficiently capable languages
The text was updated successfully, but these errors were encountered:
Create a post-validation pass, named "Codify", that uses a configured external AI API (GPT LLM) to translate the statements in On Clauses, Functions, and Sagas into actual code for various popular programming languages. The output of the pass is the same as the input but with the statements changed to code in the form of the triple-backtick blocks implemented in #606
Allow:
The text was updated successfully, but these errors were encountered: