agents.moderation.critical_safety_content - Evaluation-options - Feedback Aide API

Feedback Aide API Evaluation Options

critical_safety_content

Configuration options for content moderation checking for critical safety content in responses.

See Content moderation with Feedback Aide for more information.

Examples

// Example for evaluate endpoints
{
    "options": {
        "agents": {
            "moderation": {
                "critical_safety_content": {
                    "enabled": true
                }
            }
        }
    }
}

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

        options: {
            agents: {
                moderation: {
                    critical_safety_content: {
                        enabled: true
                    }
                }
            }
        },
    }
);

Values

Type object

Properties

  • enabled boolean

    Controls whether to use the content moderation checking for critical safety content in responses.

Was this article helpful?

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