Closed marklysze closed 2 months ago
This PR addresses the need to populate a group chat's agents completely when resuming.
Additional fix to make resume_termination_string optional and default to None.
resume_termination_string
None
Issues have been identified when attempting to resume when messages were not fully populated.
Similarly, resume_termination_string not defaulting to None was overridden and needs to be restored. Added Optional as well.
Thanks. Is there a test to cover resume and a_resume already?
resume
a_resume
This PR addresses the need to populate a group chat's agents completely when resuming.
Additional fix to make
resume_termination_string
optional and default toNone
.Why are these changes needed?
Issues have been identified when attempting to resume when messages were not fully populated.
Similarly,
resume_termination_string
not defaulting toNone
was overridden and needs to be restored. Added Optional as well.Related issue number
Checks