sashabaranov / go-openai

OpenAI ChatGPT, GPT-3, GPT-4, DALL·E, Whisper API wrapper for Go
Apache License 2.0
9.25k stars 1.42k forks source link

fix: ParallelToolCalls should be added to RunRequest #861

Closed kenshin54 closed 1 month ago

kenshin54 commented 1 month ago

Sorry about that, my previous PR #847 didn't add this field into to the correct struct, it should be added to RunRequest, but not Run.

Provide OpenAI documentation link Provide a relevant API doc from https://platform.openai.com/docs/api-reference

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 99.03%. Comparing base (774fc9d) to head (f73cd41). Report is 56 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #861 +/- ## ========================================== + Coverage 98.46% 99.03% +0.57% ========================================== Files 24 26 +2 Lines 1364 1454 +90 ========================================== + Hits 1343 1440 +97 + Misses 15 8 -7 Partials 6 6 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.