Skip to content

Commit 42e8d35

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

EssentialCSharp.Chat.Shared/Services/AIChatService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,8 +329,8 @@ private static async Task<ResponseCreationOptions> CreateResponseOptionsAsync(
329329
{
330330
responseItems.Add(
331331
ResponseItem.CreateSystemMessageItem(systemContext));
332-
#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.
333332
}
333+
#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.
334334

335335
// Create the response using the Responses API
336336
var response = await _ResponseClient.CreateResponseAsync(

0 commit comments

Comments
 (0)