openai-php / client

⚡️ OpenAI PHP is a supercharged community-maintained PHP API client that allows you to interact with OpenAI API.
MIT License
4.57k stars 466 forks source link

Testing - Add test coverage for assistants streaming and ability to u… #444

Open knash94 opened 3 days ago

knash94 commented 3 days ago

What:

Description:

This PR adds some new tests for assistants streaming and adds the ability to mock the responses.

knash94 commented 3 days ago

@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?