Stefano Mosconi
Stefano Mosconi
Lovely project @thombashi ! I have the same issue as @jimkohl and ended up solving it the same way. However I believe that a quick and dirty fix would be...
Thanks! I simply styled the email I was sending by adding: table, th, td { border: 1px solid black; border-collapse: collapse; font-family: Arial, Helvetica, sans-serif; } table { width: 100%;...
Coming back to this: since release [0.2.21](https://github.com/microsoft/autogen/releases/tag/v0.2.21) supports `IoStream`, could this be achieved by creating a custom `IoStream`? Something like this (proto-code): ```python import chainlit as cl from typing import...