You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When the invocation parameters are unparsable (via zod or json parse) the error is not surfaced up to the playground leading to lossy information without the user knowing
Here are some tests to reproduce the issue
This one will return the following for invocation parameters
Describe the bug
When the invocation parameters are unparsable (via zod or json parse) the error is not surfaced up to the playground leading to lossy information without the user knowing
Here are some tests to reproduce the issue
This one will return the following for invocation parameters
this one will just not have any parsing errors since the json is invalid
The text was updated successfully, but these errors were encountered: