quality_validator
Validate LLM response quality based on length, format, and structure
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| response | Yes | LLM response to validate | |
| maxLength | No | Maximum response length (default: 10000) | |
| minLength | No | Minimum response length (default: 10) | |
| strictFormat | No | Enforce punctuation and capitalization |