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 cfa4d74 commit 3e217bbCopy full SHA for 3e217bb
src/Custom/Realtime/RealtimeClient.cs
@@ -35,7 +35,7 @@ public partial class RealtimeClient
35
// - Used a custom pipeline.
36
// - Demoted the endpoint parameter to be a property in the options class.
37
/// <summary> Initializes a new instance of <see cref="RealtimeClient"/>. </summary>
38
- /// <param name="credential"> The API key to authenticate with the service. </param>
+ /// <param name="credential"> The <see cref="ApiKeyCredential"/> to authenticate with the service. </param>
39
/// <exception cref="ArgumentNullException"> <paramref name="credential"/> is null. </exception>
40
public RealtimeClient(ApiKeyCredential credential) : this(credential, new OpenAIClientOptions())
41
{
0 commit comments