justification_of_score.enabled - Evaluation-options - Feedback Aide API

Feedback Aide API Evaluation Options

enabled

Controls whether to retrieve the justification of score details.

You would want to use this to return the model's explanation of the score for your evaluation workflow, for example.

Examples

// Example for evaluate endpoints
{
    "options": {
        "justification_of_score": {
            "enabled": true
        }
    }
}

// Example using the JavaScript API
const feedbackSession = await feedbackApp.feedbackSession(
    { /* security token */ },
    {
        state: '...',
        session_uuid: '...',
        // ...

        options: {
            justification_of_score: {
                enabled: true
            }
        },
    }
);

Values

Default false

Type boolean

Was this article helpful?

Did you arrive here by accident? If so, learn more about Learnosity.