humanizer_quick_vocab_scan
Scan text to detect AI-associated vocabulary and receive replacement suggestions. Use for quick checks without full structural analysis.
Instructions
Fast scan for AI-associated vocabulary only — no structural analysis.
Use this for a quick check when you just want to find and replace AI words without running the full analysis pipeline.
Args: params (VocabCheckInput): Contains the text to scan.
Returns: str: JSON with found AI words, their positions, and replacement suggestions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |