betalgo / openai

OpenAI .NET sdk - Azure OpenAI, ChatGPT, Whisper, and DALL-E
https://betalgo.github.io/openai/
MIT License
2.85k stars 513 forks source link

Fix function call after 7.4.2 update #462

Closed Maracaipe611 closed 5 months ago

Maracaipe611 commented 6 months ago

After the 7.4.2 update, there is no more "Functions" property in ChatCompletionCreateRequest, so I have adapted the "Functions" property to the new "Tools" property

kayhantolga commented 6 months ago

Hi @Maracaipe611, thanks for your contribution. Can you please change the target branch to "dev"?

Maracaipe611 commented 6 months ago

Hi @Maracaipe611, thanks for your contribution. Can you please change the target branch to "dev"?

Done!