microsoft / autogen

A programming framework for agentic AI. Discord: https://aka.ms/autogen-dc. Roadmap: https://aka.ms/autogen-roadmap
https://microsoft.github.io/autogen/
Creative Commons Attribution 4.0 International
28.12k stars 4.11k forks source link

[.Net] Fix #3045 #3047

Closed LittleLittleCloud closed 4 days ago

LittleLittleCloud commented 5 days ago

This PR marks IStreamingMessage as obsolete and replace all IStreamingMessage to IMessage instead

Why are these changes needed?

Related issue number

fix #3045

Checks