chore: added extract_characters method for detailed character analysis

### CHANGES

- Add `extract_characters` to identify and describe characters
- Update business category to include `extract_characters`
- Include `extract_characters` in extract category
- Add `extract_characters` description in pattern descriptions JSON
- Update user documentation with `extract_characters` details
This commit is contained in:
Kayvan Sylvan
2025-10-14 08:26:08 -07:00
parent cf04c60bf7
commit faa7fa3387
6 changed files with 135 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"
]
}
]
}