Skip to content

Commit

Permalink
Update Deepgram/Clients/Interfaces/v2/IManageClient.cs
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
davidvonthenen and coderabbitai[bot] authored Oct 28, 2024
1 parent 94491d9 commit 2e48cd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Deepgram/Clients/Interfaces/v2/IManageClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public Task<ModelsResponse> GetModels(ModelSchema? modelSchema = null, Cancellat
/// <summary>
/// Gets a specific model within Deepgram
/// </summary>
/// <param name="projectId">Id of Model</param>
/// <param name="modelId">ID of model</param>
/// <returns><see cref="ModelResponse"/></returns>
public Task<ModelResponse> GetModel(string modelId, CancellationTokenSource? cancellationToken = default,
Dictionary<string, string>? addons = null, Dictionary<string, string>? headers = null);
Expand Down

0 comments on commit 2e48cd9

Please sign in to comment.