Problem
gr.HighlightedText is fragile when used in daggr pipelines.
Workaround
Treat gr.HighlightedText as an internal format and normalize its output in postprocess rather than using it directly in pipelines.
Expected Behavior
Either improve gr.HighlightedText compatibility with daggr, or document this as a known limitation with recommended patterns for handling highlighted text data.
Problem
gr.HighlightedTextis fragile when used in daggr pipelines.Workaround
Treat
gr.HighlightedTextas an internal format and normalize its output inpostprocessrather than using it directly in pipelines.Expected Behavior
Either improve
gr.HighlightedTextcompatibility with daggr, or document this as a known limitation with recommended patterns for handling highlighted text data.