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

Restructuring BaseService to handle FormData as body + adds Import Document is a No Response operation #1172

Merged
merged 7 commits into from
May 22, 2023

Conversation

teresaqhoang
Copy link
Contributor

@teresaqhoang teresaqhoang commented May 22, 2023

Motivation and Context

Restructuring BaseService to handle FormData as body + adds Import Document is a No Response operation

@teresaqhoang teresaqhoang changed the title Extending base service Restructuring BaseService to handle FormData as body + adds Import Document is a No Response operation May 22, 2023
@teresaqhoang teresaqhoang added the PR: ready to merge PR has been approved by all reviewers, and is ready to merge. label May 22, 2023
@TaoChenOSU
Copy link
Contributor

We can let this in now. I think moving forward it is better for us to have the base service know nothing about the other services that derives the base service. We can have the base service to provide multiple methods for different content types and respond types.

@hathind-ms hathind-ms merged commit bd7a406 into microsoft:main May 22, 2023
19 checks passed
@teresaqhoang
Copy link
Contributor Author

We can let this in now. I think moving forward it is better for us to have the base service know nothing about the other services that derives the base service. We can have the base service to provide multiple methods for different content types and respond types.

Yeah I agree, I think we also need a better way to handle operations that expect no response body (whether it's aligning all requests in the backend to return either a 202 Accepted or a 204 No Content)

shawncal pushed a commit to shawncal/semantic-kernel that referenced this pull request Jul 6, 2023
…cument is a No Response operation (microsoft#1172)

### Motivation and Context
<!-- Thank you for your contribution to the semantic-kernel 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.
-->
Restructuring BaseService to handle FormData as body + adds Import
Document is a No Response operation
golden-aries pushed a commit to golden-aries/semantic-kernel that referenced this pull request Oct 10, 2023
…cument is a No Response operation (microsoft#1172)

### Motivation and Context
<!-- Thank you for your contribution to the semantic-kernel 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.
-->
Restructuring BaseService to handle FormData as body + adds Import
Document is a No Response operation
@teresaqhoang teresaqhoang deleted the extending-base-service branch December 13, 2023 22:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR: ready to merge PR has been approved by all reviewers, and is ready to merge.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants