Skip to content

Commit 13f99b8

Browse files
fix partial
1 parent b4b7a6d commit 13f99b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Custom/Internal/CancellationTokenExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
namespace OpenAI;
55

6-
internal static class CancellationTokenExtensions
6+
internal static partial class CancellationTokenExtensions
77
{
88
public static RequestOptions ToRequestOptions(this CancellationToken cancellationToken, bool streaming = false)
99
{

0 commit comments

Comments
 (0)