Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix for empty OpenAI functions array (#44)
# Fix for empty functions array ## ♻️ Current situation & Problem If no function calls are present and we pass an empty array of functions to the OpenAI library, the OpenAI API call randomly returns an error (only sometimes!) ## ⚙️ Release Notes - Fix OpenAI error return if function calls are empty ## 📚 Documentation -- ## ✅ Testing Properly tested on simulator and real device. ## 📝 Code of Conduct & Contributing Guidelines By submitting creating this pull request, you agree to follow our [Code of Conduct](https://github.com/StanfordSpezi/.github/blob/main/CODE_OF_CONDUCT.md) and [Contributing Guidelines](https://github.com/StanfordSpezi/.github/blob/main/CONTRIBUTING.md): - [x] I agree to follow the [Code of Conduct](https://github.com/StanfordSpezi/.github/blob/main/CODE_OF_CONDUCT.md) and [Contributing Guidelines](https://github.com/StanfordSpezi/.github/blob/main/CONTRIBUTING.md).
- Loading branch information