Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Http consistency: Grpc skills #1545

Merged
merged 1 commit into from
Jun 20, 2023

Conversation

SergeyMenshykh
Copy link
Member

Description

The HTTP stack for Grpc skills aligned with other SK components enabling the following features:

  • using the internal SK HTTP client using provided configuration during Kernel building.
  • accepting a custom/external HTTP client, giving hosting applications/client code the freedom to use their own instance.

Contribution Checklist

@SergeyMenshykh SergeyMenshykh requested a review from a team as a code owner June 19, 2023 08:05
@github-actions github-actions bot added .NET Issue or Pull requests regarding .NET code kernel Issues or pull requests impacting the core kernel labels Jun 19, 2023
@SergeyMenshykh SergeyMenshykh added the PR: ready for review All feedback addressed, ready for reviews label Jun 19, 2023
@SergeyMenshykh SergeyMenshykh linked an issue Jun 20, 2023 that may be closed by this pull request
@shawncal shawncal added this pull request to the merge queue Jun 20, 2023
Merged via the queue into microsoft:main with commit 6c9f49b Jun 20, 2023
@SergeyMenshykh SergeyMenshykh linked an issue Jun 20, 2023 that may be closed by this pull request
@evchaki evchaki added this to the Sprint 33 milestone Jun 30, 2023
shawncal pushed a commit to shawncal/semantic-kernel that referenced this pull request Jul 6, 2023
### Description
The HTTP stack for Grpc skills aligned with other SK components enabling
the following features:
- using the internal SK HTTP client using provided configuration during
Kernel building.
- accepting a custom/external HTTP client, giving hosting
applications/client code the freedom to use their own instance.

### Contribution Checklist
<!-- Before submitting this PR, please make sure: -->
- [ ] 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 😄
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kernel Issues or pull requests impacting the core kernel .NET Issue or Pull requests regarding .NET code PR: ready for review All feedback addressed, ready for reviews
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix HttpClient usage for gRPC skills Semantic Kernel needs a consistent story around HttpClient
3 participants