parent
adc0f24f10
commit
8a513b8f16
@ -1,6 +1,6 @@
|
||||
import interpreter
|
||||
|
||||
def compile(task):
|
||||
def compile(task: str):
|
||||
task = interpreter.chat(task)
|
||||
interpreter.chat()
|
||||
|
||||
|
Loading…
Reference in new issue