microsoft / autogen

A programming framework for agentic AI 🤖
https://microsoft.github.io/autogen/
Creative Commons Attribution 4.0 International
34.65k stars 5.01k forks source link

Console to return last processed message #4279

Closed gziz closed 1 day ago

gziz commented 2 days ago

Why are these changes needed?

Console can be modified to return the last processed message instead of just printing it, which would be useful.

Related issue number

4277

Checks

jackgerrits commented 1 day ago

In order to preserve whether a TaskResult or Response kind of generator was passed in I pushed up a small edit, hope you don't mind.