mirror of
https://github.com/microsoft/autogen.git
synced 2025-07-19 06:53:17 +00:00

stream_options are not part of the model classes, so they won't get serialized when calling dump_component. Adding this to the model allows us to store the stream options when the component is serialized. --------- Signed-off-by: Peter Jausovec <peter.jausovec@solo.io> Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>