Skip to content

Commit 3e217bb

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

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
@@ -35,7 +35,7 @@ public partial class RealtimeClient
3535
// - Used a custom pipeline.
3636
// - Demoted the endpoint parameter to be a property in the options class.
3737
/// <summary> Initializes a new instance of <see cref="RealtimeClient"/>. </summary>
38-
/// <param name="credential"> The API key to authenticate with the service. </param>
38+
/// <param name="credential"> The <see cref="ApiKeyCredential"/> to authenticate with the service. </param>
3939
/// <exception cref="ArgumentNullException"> <paramref name="credential"/> is null. </exception>
4040
public RealtimeClient(ApiKeyCredential credential) : this(credential, new OpenAIClientOptions())
4141
{

0 commit comments

Comments
 (0)