Add input macro to system function
Fixes #47
This PR adds the feature of using the input macro with the system function like so:
```llamascript
use("llama3.2")
prompt("Say 'Hello, World!'")
#[input(true)]
system("What should the AI do? ")
chat()
```
合并状态:未合并 0 条评论