Former-commit-id: 94401cec3deab679e73826f35e9deba906011722
@ -3,4 +3,6 @@ import interpreter
def compile(task: str):
task = interpreter.chat(task)
interpreter.chat()
interpreter.reset()