1 2 3 4 5 6 7
error: BAML function body cannot contain let bindings. Use string literals or concat! macro instead. Example: concat!("Part 1", "Part 2") --> tests/compile_fail/baml_function_let_binding.rs:10:5 | 10 | let x = "prompt"; | ^^^^^^^^^^^^^^^^^