Skip to content

Tengal-Teemo/summary_service

Repository files navigation

API Documentation

Summarize Documents

POST tools.zagmo.net/summarize

Requires

Requires a multipart/form-data body, containing:

  • earlier: list of first versions of files
  • later: list of second versions of files
  • roles: list of roles to filter for, e.g. CEO, Software engineer

Returns

  • A stringified json object
{"body": 
    {
      "laterFile1": {
        "role1": "Summary of changes for role 1 for doc 1",
        "role2": "Summary of changes for role 2 for doc 1"
      },
      "laterFile2": {
        "role1": "Summary of changes for role 1 for doc 2",
        "role2": "Summary of changes for role 2 for doc 2"
      }
    }
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published