You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Action Item:
The custom protocol methods were initially needed to handle the Accept header parameter, but this has already been addressed in the latest generator.
Below are the methods and the reasons why we currently have custom implementations for these protocol methods:
OpenAIResponseClient.Protocol.cs
CreateResponse
The string accept parameter was removed.
GetResponse
The IEnumerable<InternalIncludable> includables parameter was removed.