semantic-kernel icon indicating copy to clipboard operation
semantic-kernel copied to clipboard

The function spec has been changed.

Open kimtth opened this issue 1 year ago • 0 comments

public static KernelConfig AddAzureTextCompletionService(this KernelConfig config,
    string deploymentName,
    string endpoint,
    string apiKey,
    string? serviceId = null,
    HttpClient? httpClient = null,
    ILogger? logger = null)

Motivation and Context

Description

Contribution Checklist

  • [ ] The code builds clean without any errors or warnings
  • [ ] The PR follows SK Contribution Guidelines (https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md)
  • [ ] The code follows the .NET coding conventions (https://learn.microsoft.com/dotnet/csharp/fundamentals/coding-style/coding-conventions) verified with dotnet format
  • [ ] All unit tests pass, and I have added new tests where possible
  • [ ] I didn't break anyone :smile:

kimtth avatar May 17 '23 07:05 kimtth