openai / openai-dotnet

The official .NET library for the OpenAI API
https://www.nuget.org/packages/OpenAI
MIT License
707 stars 60 forks source link

Disable warnings in tests due to deprecated types #54

Closed joseharriaga closed 2 weeks ago

joseharriaga commented 2 weeks ago

ChatFunction and FunctionChatMessage are deprecated but we still have to test them. Disable the warnings.