baml icon indicating copy to clipboard operation
baml copied to clipboard

BAML is a language that helps you get structured data from LLMs, with the best DX possible. Works with all languages. Check out the promptfiddle.com playground

Results 173 baml issues
Sort by recently updated
recently updated
newest added

Breaks during streaming, like "20.". It could be a partial-json-parser issue (a lib we use) or our desrializer issue. Have not seen it happen in practice. Happened on a test...

Users should be able to run: ``` $> baml export -i MyFunction Export complete! Run: baml import ``` Which allows someone to copy and paste baml files and all the...

A common thing people note is how many files we generate. Reducing the # of files will make writing data to disk faster on Windows as well.

We currently dont use the same IR typescript uses. We should aim to reuse as much code as possible between the two generators. In some cases the only difference is...

We have a ton of places where we parse function args information: 1. Python (when we serialize things into logs) 2. Boundary studio --- when reading the logs and rendering...

enhancement

BAML could detect whether your prompt descriptions are contradicting for example. It could evaluate all the values in an enum, or evaluate all the sentences in a single description. It...

We could also just make it so that the "play" button is incremental, and adds a new test case into the table.