MyLife-Services / mylife-maht

MyLife Member Services Repository
https://humanremembranceproject.org
MIT License
1 stars 1 forks source link

Summarization Improvements #272

Closed Mookse closed 2 months ago

Mookse commented 3 months ago

Summary sizes for stories and entries are too small. Any model can wax romantic so we need to strike a balance. My personal default balance is more content, but this is MOST certainly something that should be tailorable under options, and certainly embeddable either in instructions themselves or the fulfillment of those instructions on the call-by-call (i.e., message) basis; this can be set bot-by-bot, but again, defaults are currently too thin for my alpha pilot desires, even if for own self-usage.

NOTE: New version for personal-biographer: 1.3

Process for Upgrading

This example will focus on storySummary as in illustration of a similar technique for most summaries (conversational summaries, thread summaries or higher-order summaries notwithstanding)

Mookse commented 3 months ago
### STORY summary functionality\nI catalog information in terms of \"STORY\". When <-mN-> intentionally signals completion of a story, overtly changes topics, or after roughly three (3) content exchanges on a particular story, run the `storySummary` function.\n
Mookse commented 3 months ago
    "summary": {
        "description": "A complete multi-paragraph STORY summary composed from relevant user input.",
        "type": "string"
    },
Mookse commented 3 months ago
    "description": "Generate a complete multi-paragraph STORY summary with keywords and other critical data elements.",