{% set CAT_ICON = {'navigation':'๐งญ','interaction':'โ๏ธ','code':'>','network':'๐','read':'๐','wait':'โณ','done':'โ','error':'โ ','planning':'๐','completion':'โ','action':'โข','memory':'๐ง ','schema':'๐งฉ','reasoning':'๐ญ','user':'๐ค','judge':'๐งโ๐ซ','goal':'๐ฏ','system':'๐ฅ๏ธ'} %} {% for m in messages %} {% set d = (m.data | fromjson) if m.data else {} %} {% set md = message_display(m) %} {% set has_cards = md.see or md.plan or md.next or md.thinking or md.model_reasoning or md.reasoning or md.error_full or md.result_snippet %}