v8.5.0
8.5.0
- Assistant Stream now returns the
BaseResponse
type, but they can be cast to the appropriate types(RunStepResponse
,RunResponse
,MessageResponse
). The reason for this change is that we realized the stream API returns multiple different object types rather than returning a single object type. - The Base Response now has a
StreamEvent
field, which can be used to determine the type of event while streaming.
What's Changed
- Update Readme.md by @kayhantolga in #593
- sync by @kayhantolga in #595
- code cleanup by @kayhantolga in #597
- Improved Assistant streaming methods by @kayhantolga in #600
- sync by @kayhantolga in #601
- 8.5.0 by @kayhantolga in #602
Full Changelog: v8.4.0...v8.5.0