Learn how to prevent large trace data from being cut off in the Weave UI.
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.