comments
Single line / trailing comments
Denoted by //
.
Docstrings
To add a docstring to any block, use ///
.
Docstrings in BAML code will be carried through to generated types. They are not forwarded to the LLM through prompts.
Comments in block strings
See Block Strings for more information.