parent
569abc4f97
commit
2a02a44513
@ -1,6 +1,6 @@
|
||||
import interpreter
|
||||
|
||||
def compile(task):
|
||||
def compile(task: str):
|
||||
task = interpreter.chat(task)
|
||||
interpreter.chat()
|
||||
|
||||
|
Loading…
Reference in new issue