You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dotnet/src/SemanticKernel.Abstractions/AI/PromptExecutionSettings.cs
-2
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,6 @@
3
3
usingSystem;
4
4
usingSystem.Collections.Generic;
5
5
usingSystem.Collections.ObjectModel;
6
-
usingSystem.Diagnostics.CodeAnalysis;
7
6
usingSystem.Text.Json.Serialization;
8
7
usingMicrosoft.SemanticKernel.ChatCompletion;
9
8
usingMicrosoft.SemanticKernel.TextGeneration;
@@ -36,7 +35,6 @@ public class PromptExecutionSettings
36
35
/// When provided, this service identifier will be the key in a dictionary collection of execution settings for both <see cref="KernelArguments"/> and <see cref="PromptTemplateConfig"/>.
37
36
/// If not provided the service identifier will be the default value in <see cref="DefaultServiceId"/>.
0 commit comments