Audit text for AI-writing patterns
audit_textRun a local heuristic audit of text to detect AI-writing patterns, returning a score, up to 100 flagged patterns, and highlighted sentence regions. No network calls are used.
Instructions
Audit text locally with the deterministic Avoid AI Writing detector. Returns the score plus up to 100 flagged patterns and 100 highlighted sentence regions, with truncation counts. This is a heuristic writing audit, not proof of authorship; use score_text for a compact result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Text to evaluate locally. The text is not sent to any network service. | |
| context | No | Writing context. Technical mode suppresses patterns common in code-adjacent prose; defaults to general. | general |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | Yes | ||
| score | Yes | ||
| issues | Yes | ||
| context | Yes | ||
| scorable | Yes | ||
| truncated | Yes | ||
| confidence | Yes | ||
| highlights | Yes | ||
| statistics | Yes | ||
| word_count | Yes | ||
| issue_count | Yes | ||
| probabilities | Yes | ||
| classification | Yes | ||
| unscored_reason | Yes |