2025-10-25 15:59:06 -03:00
|
|
|
|
# Chapter 05 – gbdialog Reference
|
2025-10-25 14:50:14 -03:00
|
|
|
|
|
2025-10-25 15:59:06 -03:00
|
|
|
|
This chapter documents the BASIC dialog language used to define conversational flows. It includes:
|
2025-10-25 14:50:14 -03:00
|
|
|
|
|
2025-10-25 15:59:06 -03:00
|
|
|
|
* **Basics** – Core language concepts and control flow.
|
|
|
|
|
|
* **Templates** – Example `.bas` files (`start.bas`, `auth.bas`, `generate-summary.bas`, enrollment tool).
|
|
|
|
|
|
* **Keywords** – Detailed reference for every keyword defined in `src/basic/keywords/`.
|
2025-10-25 14:50:14 -03:00
|
|
|
|
|
2025-10-25 15:59:06 -03:00
|
|
|
|
Each keyword page contains syntax, description, parameters, and a real example taken from the official template files.
|