From 45fffa18df510a666d2cbad41969eaa75dea0115 Mon Sep 17 00:00:00 2001 From: Stephen Toub Date: Mon, 21 Oct 2024 09:41:41 -0400 Subject: [PATCH] Fix typo in ChatCompletions comment --- .../ChatCompletion/ChatCompletion.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Libraries/Microsoft.Extensions.AI.Abstractions/ChatCompletion/ChatCompletion.cs b/src/Libraries/Microsoft.Extensions.AI.Abstractions/ChatCompletion/ChatCompletion.cs index 2a9237d9b5a..729483e7c30 100644 --- a/src/Libraries/Microsoft.Extensions.AI.Abstractions/ChatCompletion/ChatCompletion.cs +++ b/src/Libraries/Microsoft.Extensions.AI.Abstractions/ChatCompletion/ChatCompletion.cs @@ -59,7 +59,7 @@ public ChatMessage Message /// Gets or sets the ID of the chat completion. public string? CompletionId { get; set; } - /// Gets or sets the model ID using in the creation of the chat completion. + /// Gets or sets the model ID used in the creation of the chat completion. public string? ModelId { get; set; } /// Gets or sets a timestamp for the chat completion.