Skip to content

Commit 836fc6b

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

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
@@ -95,8 +95,8 @@ public AIChatService(IOptions<AIOptions> options, AISearchService searchService,
9595
{
9696
responseItems.Add(
9797
ResponseItem.CreateSystemMessageItem(systemContext));
98-
#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.
9998
}
99+
#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.
100100
var streamingUpdates = _ResponseClient.CreateResponseStreamingAsync(
101101
responseItems,
102102
options: responseOptions,

0 commit comments

Comments
 (0)