What's Changed
- chore: update dev dependencies and bump pnpm version by @joshmossas in #20
- feature: add option to customize retry strategy by @joshmossas in #21
Customizing Retry Strategy
Thanks to a suggestion from @alt1o an option has been added to allow you to customize the retry strategy to only retry when an error occurs. This is useful for short lived streams with a fixed length such those commonly used by LLM applications. Currently this option is marked as a beta feature to give time for further testing. For documentation see here
Full Changelog: v0.1.7...v0.1.8