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
Iin the trace.json of examples/react/demo.pdl, the top-level defs (of the tools) has a bizarre result field. it kinda looks like JSON, but is a string wrapped around invalid JSON (single quotes)
@starpit , I wasn't able to run that command line, I needed to explicitly name the trace file (e.g. pdl --trace "/tmp/react-demo.trace.json" examples/react/demo.pdl).
When I loaded the trace into the viewer, the duration for the action was -55y 54d 15h 19m 51.1s.
On the command line, I saw the output
Obs: examples/react/demo.pdl:28 - Code error: ModuleNotFoundError("No module named 'wikipedia'")
which was not present in the trace. I would like to any CLI stdout errors in the trace viewer.
Describe the bug
Iin the trace.json of examples/react/demo.pdl, the top-level defs (of the tools) has a bizarre result field. it kinda looks like JSON, but is a string wrapped around invalid JSON (single quotes)
To Reproduce
Expected behavior
Probably the
result
field should be proper JSON?Screenshots
n/a
Desktop (please complete the following information):
Additional context
n/a
The text was updated successfully, but these errors were encountered: