Prevent Weave trace data from being cut off by returning serializable dictionaries from your ops.
Sometimes, large trace data is partially cut off in the Weave UI. This problem occurs because default trace output is a raw, custom Python object that Weave doesn’t know how to serialize.To ensure that large trace data isn’t cut off, define a dictionary of strings to return all trace data.