Open
Description
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.
- The
-
GetResponse
- The
IEnumerable<InternalIncludable> includables
parameter was removed.
- The
AudioClient.Protocol.cs
-
TranscribeAudio
- The
string accept
parameter was removed.
- The