Skip to content

Commit ccbb7a4

Browse files
Update src/Custom/Realtime/RealtimeClient.cs
Co-authored-by: Christopher Scott <[email protected]>
1 parent 3e217bb commit ccbb7a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Custom/Realtime/RealtimeClient.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public partial class RealtimeClient
4545
// - Used a custom pipeline.
4646
// - Demoted the endpoint parameter to be a property in the options class.
4747
/// <summary> Initializes a new instance of <see cref="RealtimeClient"/>. </summary>
48-
/// <param name="credential"> The API key to authenticate with the service. </param>
48+
/// <param name="credential"> The <see cref="ApiKeyCredential"/> to authenticate with the service. </param>
4949
/// <param name="options"> The options to configure the client. </param>
5050
/// <exception cref="ArgumentNullException"> <paramref name="credential"/> is null. </exception>
5151
public RealtimeClient(ApiKeyCredential credential, OpenAIClientOptions options) : this(OpenAIClient.CreateApiKeyAuthenticationPolicy(credential), options)

0 commit comments

Comments
 (0)