Skip to content

Initial version of service with SK functionality#219

Merged
adrianwyatt merged 5 commits intomicrosoft:feature-refappfrom
glahaye:Initial-Server
Mar 30, 2023
Merged

Initial version of service with SK functionality#219
adrianwyatt merged 5 commits intomicrosoft:feature-refappfrom
glahaye:Initial-Server

Conversation

@glahaye
Copy link
Contributor

@glahaye glahaye commented Mar 29, 2023

Motivation and Context
Have a server encapsulating SK functionality in a way that can support all future skills

Description

  • Add config classes
  • Add request classes
  • Configure server
  • Configure DI services
  • Create SK controller
  • 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 😄

@glahaye glahaye requested a review from craigomatic March 30, 2023 01:24
@glahaye glahaye added PR: ready for review All feedback addressed, ready for reviews PR: ready to merge PR has been approved by all reviewers, and is ready to merge. labels Mar 30, 2023
craigomatic
craigomatic previously approved these changes Mar 30, 2023
Copy link
Contributor

@craigomatic craigomatic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@adrianwyatt adrianwyatt added PR: feedback to address Waiting for PR owner to address comments/questions .NET Issue or Pull requests regarding .NET code and removed PR: ready for review All feedback addressed, ready for reviews PR: ready to merge PR has been approved by all reviewers, and is ready to merge. labels Mar 30, 2023
@adrianwyatt adrianwyatt merged commit 35f2102 into microsoft:feature-refapp Mar 30, 2023
@glahaye glahaye deleted the Initial-Server branch March 31, 2023 16:39
golden-aries pushed a commit to golden-aries/semantic-kernel that referenced this pull request Oct 10, 2023
### Motivation and Context

<!-- Thank you for your contribution to the copilot-chat repo!
Please help reviewers and future users, providing the following
information:
  1. Why is this change required?
  2. What problem does it solve?
  3. What scenario does it contribute to?
  4. If it fixes an open issue, please link to the issue here.
-->

### Description

<!-- Describe your changes, the overall approach, the underlying design.
These notes will help understanding how your code works. Thanks! -->

### Contribution Checklist

<!-- Before submitting this PR, please make sure: -->

- [x] The code builds clean without any errors or warnings
- [x] The PR follows the [Contribution
Guidelines](https://github.com/microsoft/copilot-chat/blob/main/CONTRIBUTING.md)
and the [pre-submission formatting
script](https://github.com/microsoft/copilot-chat/blob/main/CONTRIBUTING.md#development-scripts)
raises no violations
- [x] All unit tests pass, and I have added new tests where possible
- [x] I didn't break anyone 😄
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

.NET Issue or Pull requests regarding .NET code PR: feedback to address Waiting for PR owner to address comments/questions

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants