Skip to content

Commit cc62796

Browse files
Update EssentialCSharp.Chat.Shared/Services/AIChatService.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 42e8d35 commit cc62796

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

EssentialCSharp.Chat.Shared/Services/AIChatService.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,6 @@ private async Task<string> EnrichPromptWithContext(string prompt, bool enableCon
180180
}
181181
else if (update is StreamingResponseCompletedUpdate completedUpdate)
182182
{
183-
#pragma warning restore OPENAI001 // Type is for evaluation purposes only and is subject to change or removal in future updates. Suppress this diagnostic to proceed.
184183
yield return (string.Empty, responseId: completedUpdate.Response.Id); // Signal completion with response ID
185184
}
186185
#pragma warning restore OPENAI001 // Type is for evaluation purposes only and is subject to change or removal in future updates. Suppress this diagnostic to proceed.

0 commit comments

Comments
 (0)