Skip to content

Implement Abstractive Summarization: API #64

Description

@Hgjnnf

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions