Pinecone TypeScript SDK - v8.2.0
    Preparing search index...

    Interface Reasoning

    The reasoning behind the alignment evaluation.

    Reasoning

    interface Reasoning {
        evaluatedFacts: EvaluatedFact[];
    }
    Index
    evaluatedFacts: EvaluatedFact[]

    The facts that were evaluated.

    Reasoning