platyhsu As the screenshots illustrate, the tables in assistant and summarizer outputs are currently borderless, which could be messy when there’s a bunch of text. A bordered appearance could be used instead to prioritize readability over “cleanness.”
CrunchyFritos FWIW I often ask for tables as a “code block” because then it’s set apart, and also can be copied to the clipboard with one click.
platyhsu Vlad I’m no designer and was simply thinking of something like th, td { border: 1px solid; } so that I won’t mistake the content of a cell for that of a neighboring one. Of course more complex styles can be used for a design that’s more visually pleasing.
YannickBurky I asked for the results in tabular form The information is indeed put in the form of a Markdown table, but without any real formatting. I was expecting more legible results, better visual separation and possibly a larger table.
Vlad YannickBurky The table has a lot of content and does not fit the content area. It is correctly formatted and rendered but there is a space issue. How would you solve this?
platyhsu Vlad In Yannick’s case I’d prefer a wider max-width of the table to allow more breathing room. The table could’ve been horizontally scrollable within the chat bubble instead of being scrambled and wrapped inside.
ignami Maybe it's because we now have a new assistant web interface, but the table has no header or border: Something like this could be nice: