genkit icon indicating copy to clipboard operation
genkit copied to clipboard

[Go] Errors outside of tracing (e.g. JSON input validation) do not render at all in dev UI

Open apascal07 opened this issue 1 year ago • 0 comments

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.

apascal07 avatar May 30 '24 19:05 apascal07