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

Implement Abstractive Summarization: API #64

Open
Hgjnnf opened this issue Dec 7, 2022 · 0 comments
Open

Implement Abstractive Summarization: API #64

Hgjnnf opened this issue Dec 7, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request Summarization
Milestone

Comments

@Hgjnnf
Copy link
Contributor

Hgjnnf commented Dec 7, 2022

Description

Sample Request:

headers: {
     'Content-Type': 'application/json'
},
body: {
     'content': String,
     'length': Integer,
     'isParaphrase': Boolean
}

Acceptance Criteria

  • Accepts a new parameter in the request body called isParaphrase
  • Returns the appropriate text depending on the isParaphrase input
@Hgjnnf Hgjnnf added enhancement New feature or request Summarization labels Dec 7, 2022
@Hgjnnf Hgjnnf added this to the Phase 2 milestone Dec 7, 2022
@Michaeltaoma Michaeltaoma self-assigned this Dec 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Summarization
Projects
None yet
Development

No branches or pull requests

2 participants