elenchus_record_sampling_result
Record the results of a random sampling check on a previously skipped file, specifying the number and severity of issues found for verification tracking.
Instructions
Record results from random sampling verification of a skipped file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | Yes | Session ID | |
| filePath | Yes | Path of the sampled file | |
| issuesFound | Yes | Number of issues found | |
| severities | Yes | Severities of issues found: array of "CRITICAL", "HIGH", "MEDIUM", or "LOW" |