Arize Phoenix TS
    Preparing search index...

    A conversation and the latest user message to evaluate for expressed friction.

    interface UserFrictionEvaluationRecord {
        conversation: string;
        userMessage: string;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index
    conversation: string

    Human-readable conversation history before the target user message.

    userMessage: string

    The latest user message to classify for expressed friction.