Skip to content

v8.5.0

Compare
Choose a tag to compare
@kayhantolga kayhantolga released this 15 Jun 17:16
· 28 commits to master since this release
d22864e

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

Full Changelog: v8.4.0...v8.5.0