#Can I poll messages while they are generated?

1 messages · Page 1 of 1 (latest)

warm dock
#

I am using autogen with 6 agents on discord and after calling
await user_proxy.a_initiate_chat(...
I have to wait until the whole conversation is completed, that takes a few minutes, before I get all the replies at once in the discord bot. I can see the messages as they are generated in the logs but I haven't found a way to stream them to discord as they are generated.
Any help?

bronze shard
#

#1157717881291812964 message

rapid torrent
#

ya, need streaming support, and event hooks when new messages are generated. So that UI can properly update on time.