Merge pull request #1780 from marcas756/feature/extract_characters

feat: add extract_characters pattern
This commit is contained in:
Kayvan Sylvan
2025-10-14 08:27:23 -07:00
committed by GitHub
8 changed files with 225 additions and 110 deletions

View File

@@ -1878,6 +1878,14 @@
"ANALYSIS",
"WRITING"
]
},
{
"patternName": "extract_characters",
"description": "Identify all characters (human and non-human), resolve their aliases and pronouns into canonical names, and produce detailed descriptions of each character's role, motivations, and interactions ranked by narrative importance.",
"tags": [
"ANALYSIS",
"WRITING"
]
}
]
}