evaluate_file
Read a code file from disk, automatically detect its programming language, and submit it to 45 specialized judges for comprehensive evaluation with pattern detection and deep contextual analysis.
Instructions
Read a file from disk and submit it to the full Judges Panel for evaluation. Automatically detects the programming language from the file extension. All 45 judges review the code with pattern detection and deep contextual analysis.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| config | No | Optional inline configuration (same format as .judgesrc) | |
| context | No | Optional context about the code — framework, use-case, deployment target. | |
| filePath | Yes | Absolute or relative path to the file to evaluate. | |
| language | No | Override the detected language (e.g., 'typescript', 'python'). | |
| minConfidence | No | Minimum finding confidence to include (0-1, default: 0) | |
| includeAstFindings | No | Include AST/code-structure findings (default: true) |