Arize Phoenix TS
    Preparing search index...

    A conversation and the assistant response to evaluate for hallucination.

    interface HallucinationEvaluationRecord {
        input: string;
        output: string;
        [key: string]: unknown;
    }

    Indexable

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

    The full conversation history the assistant had access to (prior turns, tool calls, and tool results); its last message is the user turn being answered. Treated as the source of truth.

    output: string

    The assistant's latest response to classify.