lloyal-agents API Reference
    Preparing search index...

    Interface RerankResult

    A single rerank result — score for one document

    interface RerankResult {
        index: number;
        score: number;
    }
    Index

    Properties

    Properties

    index: number

    Original index in the input array

    score: number

    Relevance probability (0–1)