We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4b7a6d commit 13f99b8Copy full SHA for 13f99b8
src/Custom/Internal/CancellationTokenExtensions.cs
@@ -3,7 +3,7 @@
3
4
namespace OpenAI;
5
6
-internal static class CancellationTokenExtensions
+internal static partial class CancellationTokenExtensions
7
{
8
public static RequestOptions ToRequestOptions(this CancellationToken cancellationToken, bool streaming = false)
9
0 commit comments