DAGWorks-Inc / burr

Build applications that make decisions (chatbots, agents, simulations, etc...). Monitor, persist, and execute on your own infrastructure.
https://burr.dagworks.io
BSD 3-Clause Clear License
561 stars 29 forks source link

Drops rendering numeric arrays #151

Closed skrawcz closed 1 month ago

skrawcz commented 1 month ago

Why? because they can be large and cause the UI to slow down.

Moreover it's likely not that useful to render them directly. The JSON view is probably better for that.

Before: Screen Shot 2024-04-08 at 3 06 46 PM

After: Screen Shot 2024-04-08 at 3 37 32 PM

Screen Shot 2024-04-08 at 3 31 06 PM

Changes

How I tested this

Notes

Checklist