client
client copied to clipboard
Testing - Add test coverage for assistants streaming and ability to u…
What:
- [ ] Bug Fix
- [x] New Feature
Description:
This PR adds some new tests for assistants streaming and adds the ability to mock the responses.
@gehrisandro Noticed the tests are failing because the GitHub actions workflow runs a composer update which updates the rules of the linter.
I could either update the action, run a composer update + lint or just ignore for now?
thanks!