BoundaryML / baml

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
https://docs.boundaryml.com
Apache License 2.0
1.09k stars 34 forks source link

Baml Playground seemingly has tests continuously running when actually completed #730

Open etbyrd opened 3 months ago

etbyrd commented 3 months ago

Chatted with Sam about this in person, but when I run a test in the playground it looks like it keeps running but it actually completed.

The work around that shows the correct output is to just select anything in the UI that will refresh it like "All Test" or "Test Results".

Console log: Screenshot 2024-06-28 114343

sxlijin commented 3 months ago

It's possible that #732 fixes this, but unclear - hard to tell what the root cause here is, unfortunately. Spent a few hours digging into this on Friday and attempting to repro this, but every error I manually injected manifested differently. Will dig into this if it recurs.