Skip to content

Commit 4977a88

Browse files
committed
Updated service comments
1 parent 942f281 commit 4977a88

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Services/CosmosDbService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public class CosmosDbService
1818
/// <param name="endpoint">Endpoint URI.</param>
1919
/// <param name="databaseName">Name of the database to access.</param>
2020
/// <param name="containerName">Name of the container to access.</param>
21-
/// <exception cref="ArgumentNullException">Thrown when endpoint, key, databaseName, or containerName is either null or empty.</exception>
21+
/// <exception cref="ArgumentNullException">Thrown when endpoint, databaseName, or containerName is either null or empty.</exception>
2222
/// <remarks>
2323
/// This constructor will validate credentials and create a service client instance.
2424
/// </remarks>

src/Services/OpenAiService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Summarize this prompt in one or two words to use as a label in a button on a web
3232
/// </summary>
3333
/// <param name="endpoint">Endpoint URI.</param>
3434
/// <param name="modelName">Name of the deployed Azure OpenAI model.</param>
35-
/// <exception cref="ArgumentNullException">Thrown when endpoint, key, or modelName is either null or empty.</exception>
35+
/// <exception cref="ArgumentNullException">Thrown when endpoint, or modelName is either null or empty.</exception>
3636
/// <remarks>
3737
/// This constructor will validate credentials and create a HTTP client instance.
3838
/// </remarks>

0 commit comments

Comments
 (0)