mirror of
https://github.com/usestrix/strix.git
synced 2026-08-21 18:52:47 +02:00
Previously, tool renderers assumed result was always a dict and would crash with AttributeError when result was a string (e.g., error messages). Now all renderers properly check for string results and display them.