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

@@ -394,6 +394,10 @@ Extract novel ideas from books to inspire new projects.
Extract/prioritize practical advice from books.
### extract_characters
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.
### extract_controversial_ideas
Analyze contentious viewpoints while maintaining objective analysis.