langchain.js
    Preparing search index...

    Interface FeedbackConfigSchema

    interface FeedbackConfigSchema {
        feedback_config: FeedbackConfig;
        feedback_key: string;
        is_lower_score_better?: null | boolean;
        modified_at: string;
        tenant_id: string;
    }
    Index

    Properties

    feedback_config: FeedbackConfig

    The configuration specifying the type, bounds, and categories.

    feedback_key: string

    The unique key identifying this feedback configuration.

    is_lower_score_better?: null | boolean

    Whether a lower score is considered better for this feedback key.

    modified_at: string

    When this feedback configuration was last modified.

    tenant_id: string

    The ID of the tenant that owns this feedback configuration.