packagist prism-php/prism v0.99.19

12 hours ago

What's Changed

  • fix(streaming): artifact data protocol key by @sixlive in #881

Breaking Changes

Consumers parsing the raw stream need to update artifact handling:

- if (data.type === 'artifact') {
-     artifacts.set(data.toolCallId, data.artifact);
+ if (data.type === 'data-artifact') {
+     artifacts.set(data.data.toolCallId, data.data.artifact);
  }

Full Changelog: v0.99.18...v0.99.19

Don't miss a new prism release

NewReleases is sending notifications on new releases.