autogen
autogen copied to clipboard
Console to return last processed message
What feature would you like to be added?
Console to return the last processed message, either a TaskResult or Response.
Why is this needed?
As useful as it currently is, in addition to logging the stream of messages, there are use cases where returning the last processed message can be convenient.
If the logic of an application required the last processed message, it would be impossible to use Console since it does not currently return anything.