genkit
genkit copied to clipboard
[Go] Errors outside of tracing (e.g. JSON input validation) do not render at all in dev UI
Describe the bug
When there are errors outside of tracing (e.g. outside of Action.Run or Flow.Execute), errors are returned but these are not rendered correctly in dev UI. It just shows a cryptic stack trace from the Runner.
To Reproduce Run a flow with invalid input.
Expected behavior Readable error should be displayed.