atlas_confidence_scorer
Generate a confidence score for code suggestions and solutions to evaluate reliability. Use context, language, and optional verification data to determine certainty and trustworthiness of responses.
Instructions
Provides confidence scoring for code suggestions, solutions, and responses. Helps understand reliability and certainty of recommendations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| context | No | Context about the problem being solved | |
| language | No | Programming language | |
| suggestion | Yes | The code, solution, or suggestion to score | |
| verificationData | No | Optional data from validation or testing |