# Options
```toml
model = "test_model_for_demo"
input_concurrency = 12
```
# Data
```lua
-- Some scripts that load the data
-- Will have access to the command line args after command name
local src_builder_file = utils.file.load("./src/client/builder.rs")
-- src_builder_file.name: "builder.rs"
-- src_builder_file.path: "./src/client/builder.rs"
-- src_builder_file.content: ".... content of the file ...."
return "hello"
```
# Instruction
Some paragraph for instruction
```some
# block-01
```
```some
block-02
```
``````
```
# block-03
```
# Instruction
```````
- One
- Two
* Three
1. four
2. five
- . some instruction, will support handlebars in this block (first system content) ..
* final stuff
# Output
```lua
-- Optional output processing.
```