simplify_baml 0.2.0

Simplified BAML runtime for structured LLM outputs using native Rust types with macros
Documentation
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";
   |     ^^^^^^^^^^^^^^^^^