Skip to content

Commit

Permalink
Merge branch 'microsoft:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
SOE-YoungS authored Nov 1, 2023
2 parents 52240bf + 746b421 commit c883a62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dotnet/src/SemanticKernel.Core/Functions/SemanticFunction.cs
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,9 @@ internal SemanticFunction(
private static readonly JsonSerializerOptions s_toStringIndentedSerialization = new() { WriteIndented = true };
private readonly ILogger _logger;
private IAIServiceSelector? _serviceSelector;
public List<AIRequestSettings>? _modelSettings;
private List<AIRequestSettings>? _modelSettings;
private readonly Lazy<FunctionView> _view;
public IPromptTemplate _promptTemplate { get; }
private readonly IPromptTemplate _promptTemplate;

private static async Task<string> GetCompletionsResultContentAsync(IReadOnlyList<ITextResult> completions, CancellationToken cancellationToken = default)
{
Expand Down

0 comments on commit c883a62

Please sign in to comment.